59 Commits (eb6343eba357b8f8becf1e18caee481339f98621)
 

Author SHA1 Message Date
andrepolischuk eb6343eba3 Close #23 PR: Add ES2015 support to CLI. Fixes #20 9 years ago
Sindre Sorhus fd700a26d6 readme - add more FAQs 9 years ago
Sindre Sorhus ef12c8e88c add `--init` flag for adding AVA to your project 9 years ago
vdemedes 65dd453c50 add setImmediate() shim via set-immediate-shim module 9 years ago
vdemedes a8d7c73eea Close #30 PR: Output test execution time. Fixes #14 9 years ago
Sindre Sorhus d29d202e88 ensure the CLI only globs JS files 9 years ago
Sindre Sorhus e958052381 temporarily workaround some stdout flush issue 9 years ago
JD Ballard 336f8b1948 Grammar fix 9 years ago
Sindre Sorhus a978330b08 readme - document using a custom assertion module 9 years ago
Sindre Sorhus 216600dc92 0.1.0 9 years ago
Sindre Sorhus 35b7e5bde2 support running `ava` without arguments 9 years ago
Sindre Sorhus f3c12c1e4c add XO 9 years ago
Sindre Sorhus 11f6080ec0 bump deps 9 years ago
Sindre Sorhus 4d2aa7c77a use `plur` 9 years ago
Sindre Sorhus 8687c97b33 simplify cli help creation 9 years ago
Sindre Sorhus deed02d83d we shouldn't catch thrown user errors 10 years ago
Kevin Martensson 96f57eb068 Add test for `.skip()` 10 years ago
Sindre Sorhus 06f91fcaf6 control the error output again 10 years ago
Sindre Sorhus b93d9198e1 pass along the fn to the plan!==count assertion 10 years ago
Sindre Sorhus e6e7e4ae41 throws methods are now implemented in `claim` 10 years ago
Sindre Sorhus b4c5714226 rewrite assert counter 10 years ago
Sindre Sorhus cdc9272f63 fix handling of plan() not matching assertions 10 years ago
Sindre Sorhus 083c7d14f6 fix assertion counting 10 years ago
Sindre Sorhus 1c8e89dd32 revert part of 74d0d16c5a 10 years ago
Sindre Sorhus 5169aab46a minor package.json tweaks 10 years ago
Kevin Martensson 894674ef6c Tweaks 10 years ago
Kevin Martensson edcc883aa3 Use `claim` as assertion library 10 years ago
Sindre Sorhus 061a67047a add test for #17 10 years ago
Kevin Martensson d9bdebe398 Tweaks 10 years ago
Sindre Sorhus ff0c5e8ff1 bump deps 10 years ago
Sindre Sorhus 6ca22cbe2d Update .travis.yml 10 years ago
Sindre Sorhus 0d787ab763 bump update-notifier 10 years ago
Sindre Sorhus 3129318999 add another test 10 years ago
Kevin Martensson 2b52e5a69b Wrap `assert` instead of manually creating errors 10 years ago
Kevin Martensson 63022ce866 Show error stack for each failed test 10 years ago
Kevin Martensson af2c09d754 Add concurrent and serial tests for runner 10 years ago
Kevin Martensson 01896c3522 Add `t.serial()` 10 years ago
Kevin Martensson 4e84775ced Various tweaks to `lib/runner.js` 10 years ago
Kevin Martensson fe86cc44ce Rewrite `index.js` to be functional 10 years ago
Kevin Martensson d170819687 Typo 10 years ago
Kevin Martensson 500d896407 Remove unused dependency 10 years ago
Sindre Sorhus 38ce5c38c7 add failing test case 10 years ago
Sindre Sorhus 0516689829 revert to using `tape` for testing 10 years ago
Sindre Sorhus 6e7c30cbfc add a test for planned async assertion 10 years ago
Sindre Sorhus 694b26871a ensure there's an error before calling `err.toString` 10 years ago
Kevin Martensson ca3bb7d1e8 Various improvements 10 years ago
Sindre Sorhus a503e9f45a use `fn-name` module 10 years ago
Sindre Sorhus 5853521e7b try reading the `fn.displayName` if no test title is supplied 10 years ago
Kevin Martensson 93228e942e Add support for directories in CLI 10 years ago
Kevin Martensson 3c69b21e6e Add support for globbing in CLI 10 years ago