From 8c6d147e6ae40a1f92aba1aedc0d95ef437dd4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 15 Feb 2021 14:48:47 +0100 Subject: chore: Reorganise workers tests (#9493) --- cli/tests/unit/worker_types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit') 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); -- cgit v1.2.3