diff options
Diffstat (limited to 'cli/tests/unit')
-rw-r--r-- | cli/tests/unit/worker_types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/worker_types.ts b/cli/tests/unit/worker_types.ts index 687060172..d7dd87c54 100644 --- a/cli/tests/unit/worker_types.ts +++ b/cli/tests/unit/worker_types.ts @@ -5,7 +5,7 @@ unitTest( { perms: { read: true } }, function utimeSyncFileSuccess() { const w = new Worker( - new URL("../subdir/worker_types.ts", import.meta.url).href, + new URL("../workers/worker_types.ts", import.meta.url).href, { type: "module" }, ); assert(w); |