diff options
author | 2021-09-23 22:54:38 -0700 | |
---|---|---|
committer | 2021-09-23 22:54:38 -0700 | |
commit | bee45c4fdc011e1ea9215bb39212321738688640 (patch) | |
tree | 54dc51f77724659998bc76717875810aed8594bf /integration/scripts/browser.js | |
parent | 61202cb464cee02d4e225b04c5a26a06868802a0 (diff) | |
download | bun-bee45c4fdc011e1ea9215bb39212321738688640.tar.gz bun-bee45c4fdc011e1ea9215bb39212321738688640.tar.zst bun-bee45c4fdc011e1ea9215bb39212321738688640.zip |
add the other tests
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 5d84de0e7..4b7a2ef4a 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -115,6 +115,8 @@ async function main() { "/string-escapes.js", "/package-json-exports/index.js", "/array-args-with-default-values.js", + "/forbid-in-is-correct.js", + "/code-simplification-neql-define.js", ]; tests.reverse(); |