445 Commits (8f80ed104c2c72dfa8ad9e98f2455cf36f09b72d)

Author SHA1 Message Date
Kasper Lewau c928cb59b6 Close #592 PR: Add `match` CLI option to run only matching tests. Fixes #476 9 years ago
Mark Wubben 54726d80e7 fix linting error 9 years ago
Jonathan Haines e697629a77 Close #565 PR: Add `todo` test modifier. Fixes #563 9 years ago
Kasper Lewau e03b82c974 throws returns error or rejection reason of promise 9 years ago
Kasper Lewau 5e02387a5d Close #582 PR: [breaking] Don't convert non-Error promise rejection reason. Fixes #468 9 years ago
Andrew McConnell 6b1617a9ed Support ".only()" across all test files in a suite. 9 years ago
vdemedes e9b69bb515 clean up test-collection 9 years ago
Mark Wubben 3ae50429ab improve windows path handling 9 years ago
Mark Wubben bf01232fdd only run tests for changed sources 9 years ago
Mark Wubben 854d96c392 guard against repeated teardowns 9 years ago
Mark Wubben f57fe5e1bf refactor watcher 9 years ago
Juan Soto e26bd05ede Close #536 PR: Move files argument to api.run(). Fixes #534 9 years ago
Juan Soto d00aa7e8dc Fix failed line missing from TAP output 9 years ago
vdemedes 241ce403c2 clean up concurrent 9 years ago
LuKas Corso c6b71f04e9 Close #564 PR: Logger coverage improvement and refactor. 9 years ago
Andrew McConnell 30f379fc7a Remove redundant line from assertion error output in mini reporter 9 years ago
Sindre Sorhus 7d108aa051 cleanup #559 9 years ago
Mark Wubben 86ff25eff0 consistent error handling in test callbacks 9 years ago
Mark Wubben bc326bdbe2 consistent error messaging for rejected promises 9 years ago
Mark Wubben 5710e65d93 ensure test errors are errors 9 years ago
Emanuele Ingrosso b6bce03624 Close #559 PR: Fix wrong handling of NODE_PATH and relative test. 9 years ago
Sindre Sorhus 69dbcf23c3 cleanup #531 9 years ago
Emanuele Ingrosso 0675d3444d Close #531 PR: Support NODE_PATH in forked process. Fixes #515 9 years ago
LuKas Corso e50f3deb74 Close #557 PR: improve test coverage for calling classes without the `new` keyword. Fixes #161 9 years ago
Juan Soto e9cb25dfb7 Close #494 PR: Return empty string instead of null for a single anonymous test. Fixes #487 9 years ago
vdemedes ce1b0348a6 optimize Sequence for performance by using Promise.each 9 years ago
vdemedes 9c22ee4ac4 Close #543 PR: Clean up beautify-stack. 9 years ago
vdemedes a4ecd4ee47 make AvaError inherit from Error 9 years ago
Mark Wubben f0f4f34438 Close #502 PR: Implement --watch. Fixes #70 9 years ago
Juan Soto a35d130842 Close #508 PR: `t.doesNotThrow` → `t.notThrows`. Fixes #507 9 years ago
Juan Soto 308b09e61c Add empty line before output to mini reporter 9 years ago
James Talmage 9b0d5f7932 Send less data 9 years ago
James Talmage cdacb5dc53 Close #503 PR: Fix the `--serial` and `--fail-fast` flags.. Fixes #499 9 years ago
vdemedes 6d21f372fb clean up sequence 9 years ago
Juan Soto e38c56ab23 Close #488 PR: Fix skip count not reporting properly. Fixes #470 9 years ago
James Talmage 341c84b7e2 Shorten the plan stack. 9 years ago
Kasper Lewau a10b9e8bab add `.regex()` assertion method 9 years ago
Sindre Sorhus 7bb088561e Consistently require `new` for classes 9 years ago
Sindre Sorhus ffef6d6231 minor style tweaks 9 years ago
James Talmage e010816afb Close #466 PR: Improve runner performance. 9 years ago
Juan Soto 24b234d1ae Fix undefined skip count 9 years ago
James Talmage 5f48185cbe Test: Avoid unnecessary creation of promises 9 years ago
James Talmage 76399f429f Test: remove unreachable statement 9 years ago
James Talmage 2ac60bd0a2 Test: remove unnecessary setImmediate 9 years ago
James Talmage 5d80bcd049 Test: define the `assertCount` getter on the prototype instead of with every new test 9 years ago
James Talmage 3762f92f1a Test: move try/catch out of large function to avoid deoptimization 9 years ago
James Talmage f45d6242e4 Test: use prototypes for performance enhancement 9 years ago
James Talmage 4e23943eb9 Runner: use more efficient method to build list of tests 9 years ago
James Talmage ea551c73a5 Runner: improve efficiency of `select` method 9 years ago
James Talmage 385c48d071 Promise.pending is deprecated. Inline a ponyfill. 9 years ago