summaryrefslogtreecommitdiff
path: root/cli/tests/unit
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-02-15 14:48:47 +0100
committerGitHub <noreply@github.com>2021-02-15 14:48:47 +0100
commit8c6d147e6ae40a1f92aba1aedc0d95ef437dd4ba (patch)
treefbb59c9a6b294fd242854480067ae50cfb61fba7 /cli/tests/unit
parent1afe6b48e0bfee44f37206eb0fc03ea6ae37ad4d (diff)
chore: Reorganise workers tests (#9493)
Diffstat (limited to 'cli/tests/unit')
-rw-r--r--cli/tests/unit/worker_types.ts2
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);