diff options
Diffstat (limited to 'tests/testdata/run/038_checkjs.js')
-rw-r--r-- | tests/testdata/run/038_checkjs.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/run/038_checkjs.js b/tests/testdata/run/038_checkjs.js deleted file mode 100644 index f0856d94c..000000000 --- a/tests/testdata/run/038_checkjs.js +++ /dev/null @@ -1,5 +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 -const foo = new Foo(); |