diff options
Diffstat (limited to 'cli/tests/ts_import_from_js.deps.js')
-rw-r--r-- | cli/tests/ts_import_from_js.deps.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/ts_import_from_js.deps.js b/cli/tests/ts_import_from_js.deps.js deleted file mode 100644 index bfea5ac79..000000000 --- a/cli/tests/ts_import_from_js.deps.js +++ /dev/null @@ -1,2 +0,0 @@ -import "./005_more_imports.ts"; -export { printHello } from "http://localhost:4545/cli/tests/subdir/mod2.ts"; |