diff options
author | 2021-09-17 15:15:43 -0700 | |
---|---|---|
committer | 2021-09-17 15:15:43 -0700 | |
commit | 468c4753591f231510b076976269dcae3d6bf13c (patch) | |
tree | 638956a2155260522ce3e15d8c934ddc175060f5 /integration/scripts/browser.js | |
parent | 8902a19bb42d766075b0aa9628fe6bb70b3804f1 (diff) | |
download | bun-468c4753591f231510b076976269dcae3d6bf13c.tar.gz bun-468c4753591f231510b076976269dcae3d6bf13c.tar.zst bun-468c4753591f231510b076976269dcae3d6bf13c.zip |
Add test for tsx/ts fallback imports
Diffstat (limited to 'integration/scripts/browser.js')
-rw-r--r-- | integration/scripts/browser.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integration/scripts/browser.js b/integration/scripts/browser.js index 86e342d8c..a37e6e2a2 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -92,6 +92,8 @@ async function main() { "/type-only-imports.ts", "/global-is-remapped-to-globalThis.js", "/multiple-imports.js", + "/ts-fallback-rewrite-works.js", + "/tsx-fallback-rewrite-works.js", ]; for (let test of tests) { |