diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-11-30 09:23:30 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 09:23:30 +1100 |
| commit | 18a63dd977ade20e17d41c08acbefde6eada8572 (patch) | |
| tree | ba233cf2c4d7be978008f736f25a677d1e9dae8a /cli/tests/testdata/subdir | |
| parent | f3b74350da69cb8cc0aedb1c1570abe2c64741ba (diff) | |
feat: add `--no-check=remote` flag (#12766)
Closes #11970
Diffstat (limited to 'cli/tests/testdata/subdir')
| -rw-r--r-- | cli/tests/testdata/subdir/type_error.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/subdir/type_error.ts b/cli/tests/testdata/subdir/type_error.ts new file mode 100644 index 000000000..cc3c1d29d --- /dev/null +++ b/cli/tests/testdata/subdir/type_error.ts @@ -0,0 +1 @@ +export const a: "a" = 12; |
