summaryrefslogtreecommitdiff
path: root/tests/error_008_checkjs.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-23 09:54:52 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-23 07:07:17 -0700
commit5cf37c2f2018d51dd4d6498035c385f8ed0bf58f (patch)
tree8399dd030cf6fb172980d3b2c65bcf82d62b1168 /tests/error_008_checkjs.js
parentdd230d520b5599c0e51cf30245a567f07b3cfb28 (diff)
Revert "Support CheckJS"
Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28.
Diffstat (limited to 'tests/error_008_checkjs.js')
-rw-r--r--tests/error_008_checkjs.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/error_008_checkjs.js b/tests/error_008_checkjs.js
deleted file mode 100644
index 08d4873c7..000000000
--- a/tests/error_008_checkjs.js
+++ /dev/null
@@ -1,6 +0,0 @@
-// console.log intentionally misspelled to trigger a type error
-consol.log("hello world!");
-
-// the following error should be ignored and not output to the console
-// @ts-ignore
-const foo = new Foo();