diff options
Diffstat (limited to 'tests/testdata/run/ts_import_from_js/main.js')
-rw-r--r-- | tests/testdata/run/ts_import_from_js/main.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/ts_import_from_js/main.js b/tests/testdata/run/ts_import_from_js/main.js deleted file mode 100644 index 32d6c29a1..000000000 --- a/tests/testdata/run/ts_import_from_js/main.js +++ /dev/null @@ -1,3 +0,0 @@ -import { printHello } from "./deps.js"; -printHello(); -console.log("success"); |