diff options
Diffstat (limited to 'cli/tests/testdata/test/report_error.ts')
-rw-r--r-- | cli/tests/testdata/test/report_error.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/test/report_error.ts b/cli/tests/testdata/test/report_error.ts deleted file mode 100644 index 56b6db26c..000000000 --- a/cli/tests/testdata/test/report_error.ts +++ /dev/null @@ -1,6 +0,0 @@ -Deno.test("foo", () => { - reportError(new Error("foo")); - console.log(1); -}); - -Deno.test("bar", () => {}); |