diff --git a/packages/shortest/tests/unit/utils/sleep.test.ts b/packages/shortest/src/utils/sleep.test.ts similarity index 94% rename from packages/shortest/tests/unit/utils/sleep.test.ts rename to packages/shortest/src/utils/sleep.test.ts index 511ea61c..67125263 100644 --- a/packages/shortest/tests/unit/utils/sleep.test.ts +++ b/packages/shortest/src/utils/sleep.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it, vi, beforeEach, afterEach } from "vitest"; -import { sleep } from "@/utils/sleep"; +import { sleep } from "./sleep"; describe("sleep", () => { beforeEach(() => {