diff options
Diffstat (limited to 'tests/testdata/run/js_import_detect.ts')
-rw-r--r-- | tests/testdata/run/js_import_detect.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/js_import_detect.ts b/tests/testdata/run/js_import_detect.ts deleted file mode 100644 index 751741996..000000000 --- a/tests/testdata/run/js_import_detect.ts +++ /dev/null @@ -1,3 +0,0 @@ -function define(_foo: string[]) {} -define(["long"]); -console.log("ok"); |