diff options
Diffstat (limited to 'tests/testdata/npm/check_errors/main.ts')
-rw-r--r-- | tests/testdata/npm/check_errors/main.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/npm/check_errors/main.ts b/tests/testdata/npm/check_errors/main.ts new file mode 100644 index 000000000..4b8684195 --- /dev/null +++ b/tests/testdata/npm/check_errors/main.ts @@ -0,0 +1,3 @@ +import * as test from "npm:@denotest/check-error"; + +console.log(test.Asdf); // should error |