summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/exception-ReferenceError.js
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Tests/exception-ReferenceError.js')
-rw-r--r--Libraries/LibJS/Tests/exception-ReferenceError.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/Libraries/LibJS/Tests/exception-ReferenceError.js b/Libraries/LibJS/Tests/exception-ReferenceError.js
deleted file mode 100644
index 5cd436d0bf..0000000000
--- a/Libraries/LibJS/Tests/exception-ReferenceError.js
+++ /dev/null
@@ -1,3 +0,0 @@
-test("unknown variable produces ReferenceError", () => {
- expect(new Function("i < 3")).toThrow(ReferenceError);
-});