diff options
Diffstat (limited to 'tests/testdata/run/import_data_url_imports.ts')
-rw-r--r-- | tests/testdata/run/import_data_url_imports.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/run/import_data_url_imports.ts b/tests/testdata/run/import_data_url_imports.ts deleted file mode 100644 index df7dae727..000000000 --- a/tests/testdata/run/import_data_url_imports.ts +++ /dev/null @@ -1,4 +0,0 @@ -// export { printHello } from "http://localhost:4545/subdir/mod2.ts"; -import { printHello } from "data:application/typescript;base64,ZXhwb3J0IHsgcHJpbnRIZWxsbyB9IGZyb20gImh0dHA6Ly9sb2NhbGhvc3Q6NDU0NS9zdWJkaXIvbW9kMi50cyI7"; - -printHello(); |