summaryrefslogtreecommitdiff
path: root/tests/error_008_checkjs.js.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/error_008_checkjs.js.out')
-rw-r--r--tests/error_008_checkjs.js.out10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/error_008_checkjs.js.out b/tests/error_008_checkjs.js.out
deleted file mode 100644
index 9220efaf1..000000000
--- a/tests/error_008_checkjs.js.out
+++ /dev/null
@@ -1,10 +0,0 @@
-[WILDCARD]/tests/error_008_checkjs.jsILDCARD] - error TS2552: Cannot find name 'consol'. Did you mean 'console'?
-
-ILDCARD] consol.log("hello world!");
-[WILDCARD]~~~~~~
-
- $asset$/lib.deno_runtime.d.tsILDCARD]
-[WILDCARD]declare const console: console_.Console;
-[WILDCARD]~~~~~~~
-[WILDCARD]'console' is declared here.
-