diff options
Diffstat (limited to 'tests/specs/test/default_ts/as_ts.js')
-rw-r--r-- | tests/specs/test/default_ts/as_ts.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/test/default_ts/as_ts.js b/tests/specs/test/default_ts/as_ts.js new file mode 100644 index 000000000..52cb8eacc --- /dev/null +++ b/tests/specs/test/default_ts/as_ts.js @@ -0,0 +1,3 @@ +Deno.test(function foo() { + const x: string = "foo"; +}); |