diff options
Diffstat (limited to 'tests/specs/npm/workers/worker2.ts')
-rw-r--r-- | tests/specs/npm/workers/worker2.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/npm/workers/worker2.ts b/tests/specs/npm/workers/worker2.ts new file mode 100644 index 000000000..2495ebacc --- /dev/null +++ b/tests/specs/npm/workers/worker2.ts @@ -0,0 +1,6 @@ +import "npm:@denotest/esm-basic"; +import "npm:@denotest/add"; +import "npm:@denotest/subtract"; + +console.log(2); +self.close(); |