summaryrefslogtreecommitdiff
path: root/tests/specs/npm/workers/__test__.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/workers/__test__.jsonc')
-rw-r--r--tests/specs/npm/workers/__test__.jsonc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/npm/workers/__test__.jsonc b/tests/specs/npm/workers/__test__.jsonc
new file mode 100644
index 000000000..f2066c17f
--- /dev/null
+++ b/tests/specs/npm/workers/__test__.jsonc
@@ -0,0 +1,5 @@
+{
+ "tempDir": true,
+ "args": "run -A --quiet --lock=deno.lock main.ts",
+ "output": "main.out"
+}