diff options
author | 2021-09-30 22:37:46 -0700 | |
---|---|---|
committer | 2021-09-30 22:37:46 -0700 | |
commit | d47419f4711c562e4b4b1642406cb29e326201c2 (patch) | |
tree | 78fdd39e536d13da5a4f35ff60138a1c2d0a8b33 /integration/scripts/browser.js | |
parent | 367f9c96740c4c4a9f717eb80b50e40bfc0e88af (diff) | |
download | bun-d47419f4711c562e4b4b1642406cb29e326201c2.tar.gz bun-d47419f4711c562e4b4b1642406cb29e326201c2.tar.zst bun-d47419f4711c562e4b4b1642406cb29e326201c2.zip |
Snapshots
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 05473c249..f3ddefea9 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -119,6 +119,7 @@ async function main() { "/code-simplification-neql-define.js", "/spread_with_key.tsx", "/styledcomponents-output.js", + "/void-shouldnt-delete-call-expressions.js", ]; tests.reverse(); |