summaryrefslogtreecommitdiff
path: root/tests/subdir/throws.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subdir/throws.js')
-rw-r--r--tests/subdir/throws.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/subdir/throws.js b/tests/subdir/throws.js
deleted file mode 100644
index b77e7104f..000000000
--- a/tests/subdir/throws.js
+++ /dev/null
@@ -1,5 +0,0 @@
-export function boo() {
- console.log("Boo!");
-}
-
-throw new Error("An error");