diff options
author | 2021-10-06 16:49:26 -0700 | |
---|---|---|
committer | 2021-10-06 16:49:26 -0700 | |
commit | 5370ea71c0b3a6759c481f96608ce855bd043bc8 (patch) | |
tree | cf75dd798d1109fc3d06cfc8621c8aefc8a93183 /integration/scripts/browser.js | |
parent | 0afec7739b9f1df8d9cf565f3fed19e663162734 (diff) | |
download | bun-5370ea71c0b3a6759c481f96608ce855bd043bc8.tar.gz bun-5370ea71c0b3a6759c481f96608ce855bd043bc8.tar.zst bun-5370ea71c0b3a6759c481f96608ce855bd043bc8.zip |
Add support for reading JSX config from tsconfig.json
Diffstat (limited to 'integration/scripts/browser.js')
-rw-r--r-- | integration/scripts/browser.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/scripts/browser.js b/integration/scripts/browser.js index 2d758e638..2328e0ede 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -124,6 +124,7 @@ async function main() { "/spread_with_key.tsx", "/styledcomponents-output.js", "/void-shouldnt-delete-call-expressions.js", + "/custom-emotion-jsx/file.jsx", ]; tests.reverse(); |