326 Commits (43103f8681226a2b5b913751480ef26bdddfe2c1)

Author SHA1 Message Date
Mark Wubben 8465934532 Bump convert-source-map dependency, clean up duplicate require call 9 years ago
Mark Wubben 5b3c27ac9e don't modify configured babel plugins array 9 years ago
Vadim Demedes c4ec8e7e59 Clean up caching-precompiler 9 years ago
Kent C. Dodds e9c6cc2843 rename `t.same()` to `t.deepEqual()` 9 years ago
Juan 8d6490a21d Make `test.todo(title, fn)` produce a failure 9 years ago
vdemedes ae45752597 calculate current stats in runner 9 years ago
vdemedes d1a3669ed2 add timeout functionality 9 years ago
Mark Wubben ba1f5e830b Revert "rerun tests using "r" key" 9 years ago
Sindre Sorhus e6b60bf3e9 code style tweaks 9 years ago
Sindre Sorhus 0a9cfce4ae fix module import order 9 years ago
Mark Wubben 8949b85be4 reject test runs when forks exit with an unexpected signal 9 years ago
Mark Wubben 02fc6a17a9 remove node 0.10 sigterm code handling 9 years ago
James Talmage 07febb2c53 Print the planned and actual assertion count when incorrect. 9 years ago
Mark Wubben 592ff13858 ensure source map can be resolved from cached code 9 years ago
Mark Wubben 934d57fa75 use .js.map extension for cached source maps 9 years ago
vdemedes 5f109b6c02 rerun tests using "r" key 9 years ago
James Talmage cd5767e188 switch from serialize-error to clean-yaml-object 9 years ago
James Talmage 382e50dc42 rewrite `babel-runtime` require statements to use absolute file paths. 9 years ago
Mark Wubben 26d2291c9f ensure t.throws() returns the error 9 years ago
vdemedes ecc87cbd20 don't log skip/todo tests in mini reporter 9 years ago
Mark Wubben cd6961a63b don't send to fork once it's been told to exit 9 years ago
Juan Soto 6d5f3225cc Close #639 PR: Truncate mini reporter titles. Fixes #629 9 years ago
mattkrick a7826cf1c8 Switch from deeper to only-shallow so t.same doesn't check constructor equality 9 years ago
Juan Soto 2b0dd45949 Close #625 PR: Test chalk colors in reporter tests. Fixes #605 9 years ago
Mark Wubben b4abee1d53 make .only sticky in watch mode 9 years ago
Sindre Sorhus 9c867e9bd1 remove color from test title in mini reporter 9 years ago
James Talmage 76860dd0fa Close #599 PR: Add busy indicator to mini reporter. Fixes #598 9 years ago
Mark Wubben 81b7f1e27c also rerun tests when 'r' is entered 9 years ago
Mark Wubben 4f4a660181 don't run tests if --match has no matches 9 years ago
Stephen Sorensen a03f8264ed Close PR #573: Added support for babel config under package.json/ava key 9 years ago
Juan Soto 94c03f6f69 Close #600 PR: Fix AVA hanging when `test` is used incorrectly. Fixes #574 9 years ago
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