diff options
author | 2021-10-06 19:21:34 -0700 | |
---|---|---|
committer | 2021-10-06 19:21:34 -0700 | |
commit | 69d3b5ca605f3ce66b4e7441f0528618f81d7505 (patch) | |
tree | 0a132a5e37e4a1c66fdd69ae16b91daf8a67c47e | |
parent | a493c18193c4259efe272e4896187c562fd414b1 (diff) | |
download | bun-69d3b5ca605f3ce66b4e7441f0528618f81d7505.tar.gz bun-69d3b5ca605f3ce66b4e7441f0528618f81d7505.tar.zst bun-69d3b5ca605f3ce66b4e7441f0528618f81d7505.zip |
Update 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 2328e0ede..c3bd2e4a2 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -125,6 +125,7 @@ async function main() { "/styledcomponents-output.js", "/void-shouldnt-delete-call-expressions.js", "/custom-emotion-jsx/file.jsx", + "/react-context-value-func.tsx", ]; tests.reverse(); |