diff options
Diffstat (limited to 'cli/tests/testdata/check/npm_install_diagnostics')
-rw-r--r-- | cli/tests/testdata/check/npm_install_diagnostics/main.out | 11 | ||||
-rw-r--r-- | cli/tests/testdata/check/npm_install_diagnostics/main.ts | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/cli/tests/testdata/check/npm_install_diagnostics/main.out b/cli/tests/testdata/check/npm_install_diagnostics/main.out deleted file mode 100644 index fe46f0e42..000000000 --- a/cli/tests/testdata/check/npm_install_diagnostics/main.out +++ /dev/null @@ -1,11 +0,0 @@ -error: TS2581 [ERROR]: Cannot find name '$'. Did you mean to import jQuery? Try adding `import $ from "npm:jquery";`. -$; -^ - at file:///[WILDCARD]/npm_install_diagnostics/main.ts:1:1 - -TS2580 [ERROR]: Cannot find name 'process'. -process; -~~~~~~~ - at file:///[WILDCARD]/npm_install_diagnostics/main.ts:2:1 - -Found 2 errors. diff --git a/cli/tests/testdata/check/npm_install_diagnostics/main.ts b/cli/tests/testdata/check/npm_install_diagnostics/main.ts deleted file mode 100644 index 62c0c5619..000000000 --- a/cli/tests/testdata/check/npm_install_diagnostics/main.ts +++ /dev/null @@ -1,2 +0,0 @@ -$; -process; |