Age | Commit message (Expand) | Author |
---|---|---|
2020-07-06 | test-js: Print duration of each test when given '-t' flag | Matthew Olsson |
2020-07-06 | test-js: Allow skipping tests with "test.skip(name, callback)" | Matthew Olsson |
2020-07-06 | test-js: Remove run-tests.sh | Matthew Olsson |
2020-07-06 | LibJS/test-js: Clean up test-js code | Matthew Olsson |
2020-07-06 | LibJS: Convert most builtin tests to new system | Matthew Olsson |
2020-07-06 | LibJS: Convert Reflect object tests to new testing framework | Linus Groh |
2020-07-06 | LibJS: Convert Proxy tests | Matthew Olsson |
2020-07-06 | LibJS: Add test-common.js tests, remove unused matchers | Matthew Olsson |
2020-07-06 | LibJS: Convert some top-level tests to the new system | Matthew Olsson |
2020-07-06 | LibJS/test-js: Create test-js program, prepare for test suite refactor | Matthew Olsson |