summaryrefslogtreecommitdiff
path: root/tests/specs/run/async_error/__test__.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/async_error/__test__.jsonc')
-rw-r--r--tests/specs/run/async_error/__test__.jsonc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/run/async_error/__test__.jsonc b/tests/specs/run/async_error/__test__.jsonc
new file mode 100644
index 000000000..86c31adac
--- /dev/null
+++ b/tests/specs/run/async_error/__test__.jsonc
@@ -0,0 +1,5 @@
+{
+ "args": "run --reload async_error.ts",
+ "output": "async_error.ts.out",
+ "exitCode": 1
+}