diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-09-12 23:34:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 23:34:54 +0200 |
commit | 82d0f7ec84ccf8652441b5de620e85180ce55fc0 (patch) | |
tree | cb9b51a5c2a4711c2d32d53f582a20813b910630 /cli/tests/031_info_ts_error.ts | |
parent | d048f58f0538d2ea7c8a418119f5092d3db719ce (diff) |
chore: remove --no-check from deno info (#7439)
Diffstat (limited to 'cli/tests/031_info_ts_error.ts')
-rw-r--r-- | cli/tests/031_info_ts_error.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/031_info_ts_error.ts b/cli/tests/031_info_ts_error.ts new file mode 100644 index 000000000..9b7492dbe --- /dev/null +++ b/cli/tests/031_info_ts_error.ts @@ -0,0 +1 @@ +const _foo: string = 1; |