summaryrefslogtreecommitdiff
path: root/tests/specs/run/unhandled_rejection/__test__.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/unhandled_rejection/__test__.jsonc')
-rw-r--r--tests/specs/run/unhandled_rejection/__test__.jsonc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/run/unhandled_rejection/__test__.jsonc b/tests/specs/run/unhandled_rejection/__test__.jsonc
new file mode 100644
index 000000000..3a2229206
--- /dev/null
+++ b/tests/specs/run/unhandled_rejection/__test__.jsonc
@@ -0,0 +1,4 @@
+{
+ "args": "run --check unhandled_rejection.ts",
+ "output": "unhandled_rejection.ts.out"
+}