445 Commits (8f80ed104c2c72dfa8ad9e98f2455cf36f09b72d)

Author SHA1 Message Date
James Talmage 0276c63bd0 Move method chaining to an external module (`option-chain`) 9 years ago
James Talmage 93097ea7ba bump observable-to-promise 9 years ago
James Talmage e7bdd7de71 Add babel-runtime and core-js to list of internals. Fixes #429 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
Takuto Wada 70dd2a7e5f update empower-core and babel-plugin-espower to make `t._capt` and `t._expr` unnecessary 9 years ago
James Talmage 7b764ea3be Close #412 PR: Standardize colors across reporters.. Fixes #410 9 years ago
Juan Soto a2b282eba2 Close #410 PR. Print skip count in yellow for all reporters. Fixes #408 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
James Talmage da6a2f4ab0 use long stack traces in forks. 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
vdemedes e30685f233 display power-assert output in mini reporter 9 years ago
Ari Porad 0729997882 Rename lib/babel.js to lib/test-worker.js 9 years ago
vdemedes ac468d1fa8 use AvaError for internal errors 9 years ago
Ari Porad e52db69261 Close #360 PR: Fix promise assertions. Fixes #309 9 years ago
Sindre Sorhus 4865674403 minor cleanup 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
vdemedes 0daec3e2e1 cache babel-transpiled code 9 years ago
vdemedes 2fab4b1e53 introduce reporters 9 years ago
Ari Porad ae446f0741 Make --require relative to where the command is run 9 years ago
James Talmage 94797b1038 Require babel plugins directly. Fixes #350. 9 years ago
James Talmage 9e6d9724d5 Close #333 PR: Upgrade to Babel 6. 9 years ago
vdemedes a5e63c0d43 add TAP support 9 years ago
Sindre Sorhus a6e21e2933 remove undocumented `t.assert` assertion 9 years ago
James Talmage 072ab8576f Close #330 PR: use `empower-core` for better assertion tracking and performance. 9 years ago
Juan Soto ad7ae194ef Close #325 PR: Stop hiding source of syntax errors. Fixes #308 9 years ago
Sindre Sorhus d0c370a1c0 don't use local Babel directly 9 years ago
Juan Soto da3c7a8359 Add default message to x.fail(), update related test 9 years ago
Ron Waldon 6081389d00 Node.js-style --require CLI argument 9 years ago
Ron Waldon eeeec706c2 process is forked with a single JSON argument 9 years ago
Mark Wubben be8b935130 source-map-support@0.4.0 9 years ago
Sindre Sorhus ff5b8dfa5c switch to `resolve-cwd` dep 9 years ago
James McMath 8a6770423d Close #303 PR: Adds filename to failed test title.. Fixes #272 9 years ago
James Talmage e0f31e8409 allow destructuring of `t` parameter. 9 years ago
James Talmage 357622c283 Add ability to skip individual assertions. Fixes #9. 9 years ago
vdemedes cf471cb1ee display skipped tests 9 years ago
James Talmage 56cd65265e Allow deepEqual comparison of values with circular references. Fixes #298. 9 years ago
James Talmage 3f2e67a45b Forward all child output to `stderr` on main process. Closes #291 9 years ago
James Talmage eef3d8832a Unify how files with no tests are reported. 9 years ago
James Talmage c78c46fa85 Hide test internals. Fixes #252. 9 years ago
vdemedes c424ceb3d3 Close #279 PR: Add programmatic API. Fixes #83 9 years ago
James Talmage 717030813a test.async -> test.cb 9 years ago
James Talmage 5e927454d3 Integrate time-require when `debug` is enabled. 9 years ago
James Talmage f8168153c7 Breaking: t.plan() will not auto-end tests. 9 years ago
James Talmage 0ef0ca14fc Pipe forked IO streams instead of forwarding `data` events. 9 years ago