Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Environment variable to run a subset of 262 tests
Now you can use a TESTS= environment variable to select a subset of Test262 tests to run. If omitted, all tests will run. Also adds a TIMEOUT environment variable (in msecs) to control test timeouts, which is helpful when pausing tests under a debugger. Default is 10,000ms === 10 seconds. Example: TESTS=*/prototype/subtract/* npm run test262
- Loading branch information