244 Commits (9288d78a0be088278bd0d006ab4d220eb98da277)

Author SHA1 Message Date
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
Mark Wubben 2bd6ab848b consistent error determination 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
Mark Wubben b8c444de57 test watcher from the cli 9 years ago
Mark Wubben f0f4f34438 Close #502 PR: Implement --watch. Fixes #70 9 years ago
Sindre Sorhus 3157c5af36 silence deprecation notice of `t.doesNotThrow` 9 years ago
Allen Buckley 7f9b2cb5c3 Removed warning for handle-callback-err 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
Juan Soto e38c56ab23 Close #488 PR: Fix skip count not reporting properly. Fixes #470 9 years ago
Kasper Lewau a10b9e8bab add `.regex()` assertion method 9 years ago
Sindre Sorhus 7bb088561e Consistently require `new` for classes 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 f45d6242e4 Test: use prototypes for performance enhancement 9 years ago
Kasper Isager 3739d4bf4e Close #434 PR: Allow files with only skipped tests 9 years ago
James Talmage af37305e35 use stack-utils for nicer stack traces. 9 years ago
James Talmage 3d7f036a39 Prevent log corruption when using mini reporter. Fixes #392. 9 years ago
Kevin Lanni eea8752a79 Close #414 PR: Fix t.throws/doesNotThrow not outputting failure reason. 9 years ago
Juan Soto a2b282eba2 Close #410 PR. Print skip count in yellow for all reporters. Fixes #408 9 years ago
James Talmage 16c7282e97 Allow configuration of default settings via `package.json`. 9 years ago
James Talmage 5f5be31a53 add tests for ignoring babelrc 9 years ago
James Talmage 614eb121ff Transpile test files in the main process: 9 years ago
James Talmage 821436aec6 Regression: Assertions should return promises. 9 years ago
vdemedes bef1dfb864 support promises rejected with non-Errors 9 years ago
James Talmage 6033e9c2e0 Hide annoying error print outs. 9 years ago
James Talmage 5e6327de2d Fix plan count in api test. 9 years ago
Ari Porad 72e87d9466 Deeply recurse directories. 9 years ago
Ari Porad fc3b9693d5 Better test prefixes 9 years ago
vdemedes e30685f233 display power-assert output in mini reporter 9 years ago
Ari Porad e52db69261 Close #360 PR: Fix promise assertions. Fixes #309 9 years ago
Sindre Sorhus 0a40bdb119 use relative file paths on the fork.js output 9 years ago
vdemedes cbea003517 show full stack trace for non-assert errors 9 years ago
vdemedes 2c77314f93 add mini reporter 9 years ago
Sindre Sorhus 83b189b535 cleanup test fixtures 9 years ago
vdemedes 2fab4b1e53 introduce reporters 9 years ago
Juan Soto f6cef7fcf3 Ignore files in fixtures and helpers directories 9 years ago
Ari Porad ae446f0741 Make --require relative to where the command is run 9 years ago
vdemedes a5e63c0d43 add TAP support 9 years ago
Juan Soto b02e5ecdc6 Add CLI test for logging failed tests 9 years ago
vdemedes df48ce69b8 Close #344 PR: Fix fail-fast mode. 9 years ago