Commit bc1f3c3
committed
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 test2621 parent 899cc24 commit bc1f3c3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments