diff options
Diffstat (limited to 'cli/tests/testdata/subdir/throws.js')
-rw-r--r-- | cli/tests/testdata/subdir/throws.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/subdir/throws.js b/cli/tests/testdata/subdir/throws.js deleted file mode 100644 index abdf29156..000000000 --- a/cli/tests/testdata/subdir/throws.js +++ /dev/null @@ -1,6 +0,0 @@ -// deno-lint-ignore-file -export function boo() { - console.log("Boo!"); -} - -throw new Error("An error"); |