diff options
Diffstat (limited to 'tests/testdata/run/with_config/no_auto_discovery.out')
-rw-r--r-- | tests/testdata/run/with_config/no_auto_discovery.out | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/run/with_config/no_auto_discovery.out b/tests/testdata/run/with_config/no_auto_discovery.out deleted file mode 100644 index 59339ebe5..000000000 --- a/tests/testdata/run/with_config/no_auto_discovery.out +++ /dev/null @@ -1,4 +0,0 @@ -error: TS2584 [ERROR]: Cannot find name 'document'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'. - console.log(document); - ~~~~~~~~ - at [WILDCARD]run/with_config/frontend_work.ts:2:15 |