94 Commits (22832473c4fcc92b51095c4378eb0b9734fb921d)

Author SHA1 Message Date
James Talmage 5f5be31a53 add tests for ignoring babelrc 9 years ago
James Talmage 614eb121ff Transpile test files in the main process: 9 years ago
Ari Porad 72e87d9466 Deeply recurse directories. 9 years ago
Ari Porad fc3b9693d5 Better test prefixes 9 years ago
Sindre Sorhus 83b189b535 cleanup test fixtures 9 years ago
Juan Soto f6cef7fcf3 Ignore files in fixtures and helpers directories 9 years ago
vdemedes df48ce69b8 Close #344 PR: Fix fail-fast mode. 9 years ago
James Talmage 072ab8576f Close #330 PR: use `empower-core` for better assertion tracking and performance. 9 years ago
Ron Waldon 6081389d00 Node.js-style --require CLI argument 9 years ago
Mark Wubben 386416846b improve source-map tests 9 years ago
James Talmage e0f31e8409 allow destructuring of `t` parameter. 9 years ago
James Talmage a1764d7f80 Test for fake-timers was passing for the wrong reasons. 9 years ago
James Talmage 717030813a test.async -> test.cb 9 years ago
James Talmage f8168153c7 Breaking: t.plan() will not auto-end tests. 9 years ago
Mark Wubben a423a77988 Support initial source maps for stack traces 9 years ago
James Talmage 387c30a056 Breaking: t.end requires test be declared async 9 years ago
James Talmage b88c2baf39 Guard against clock manipulation by fake timer libraries. Fixes #128. 9 years ago
Juan Soto a4f8e241f6 Close #260 PR: Ignore possible test files under node_modules folder. Fixes #226.. Fixes #226 9 years ago
Mark Wubben 5b1e5b4ca7 Support source map pragmas for stack traces 9 years ago
Mark Wubben 8c5f6e3ae7 Explicitly test stack trace mapping 9 years ago
James Talmage 25a3cfd98b Add source map support. Fixes: #223, #250 9 years ago
vdemedes 33b5d2b484 clean up forking and messages 9 years ago
Jonathan Haines 05bee73b52 Close #165 PR: Support Observable. Fixes #84 9 years ago
James Talmage c5d02f1f3c report uncaught exceptions 9 years ago
James Talmage 862edb8526 report unhandled promise rejections 9 years ago
James Talmage a3308d2297 Handle empty results from test files. Fix #198 9 years ago
James Talmage d6fed1c7c4 regression: logger throws on files with both passing and failing tests. 9 years ago
James Talmage fc988e9573 Close #187 PR: Fix circular references on assertions before sending across the wire.. 9 years ago
vdemedes 55d3613bed display only failed hooks 9 years ago
James Talmage 68a51fbd19 Close #135 PR: add failing test demonstrating long running onExit() hook in child process. Fixes #134 9 years ago
vdemedes 1d01665f70 wait for fork to exit and then return results 9 years ago
James Talmage 7087a08dda forcibly kill every forked subprocess. 9 years ago
Sindre Sorhus 6ae46ce004 code style tweaks 9 years ago
Sindre Sorhus 52b0ccb33c use the test file path in the Babel whitelist instead of a pattern 9 years ago
vdemedes 3cf17e2049 add serial mode 9 years ago
vdemedes 468fae6e98 set process.cwd() to a test's directory 9 years ago
Kazato Sugimoto c96622d6d8 Close #46 PR: Less API using power-assert. 9 years ago
vdemedes eb54eb658b add fail-fast mode 9 years ago
vdemedes e9b3e5019d prefix test title with test location 9 years ago
vdemedes 879018bfc6 Close #57 PR: Add support for generator and async functions. Fixes #37, Fixes #45 9 years ago
Sindre Sorhus ff5eebba5d move assertions into AVA core 9 years ago