Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: failing github actions by updating test262
Fixes the `test:test262` step of the Github Action flow. Should fix: #27 - updating the `test262` dependency - updating the files whitelist in `run_test262.js` - This was preventing the Github Actions to succeed - Therefore preventing Yarn to public the new tag release - Therefore preventing Webpack to update to any version above 1.9.0 ``` @alexandrenicol ➜ /workspaces/acorn-import-attributes (fix-test-262) $ npm run test:test262 > acorn-import-attributes@1.9.3 test:test262 > node run_test262.js Testing complete. Summary: ✔ 71 valid programs parsed without error ✔ 5 invalid programs produced a parsing error ✔ 10 invalid programs did not produce a parsing error (and allowed by the whitelist file) ✔ 111 valid programs produced a parsing error (and allowed by the whitelist file) ✔ 97695 programs were skipped ``` Which is similar to what it was when first introduced in #13 (comment)
- Loading branch information