84 Commits (78d47b3c891116b8e2a2ccfd10e6e2a67f15bda5)

Author SHA1 Message Date
James Talmage 81ffd8db1f Extract babel config generation into it's own submodule (#924) 8 years ago
James Talmage bdc57f4f9d extract ava-files to it's own module (#925) 8 years ago
Sindre Sorhus c9259200c7 fix lint issues with latest XO 8 years ago
James Talmage ab3418fe62 Prevent suppression of defaults in ava-files (#878) 9 years ago
Juan 7d0f42050d Remove timestamp from non-watch test runs (#838) 9 years ago
Sindre Sorhus b8bc21d9b6 move the project into an organization 9 years ago
Daniel Cousineau 1c3c86c06c Limited Process Pools (#791) 9 years ago
Mark Wubben 02b0aaebb7 Disable TAP reporter in watch mode (#732) 9 years ago
Kent C. Dodds 9ceeb115e7 Support more test filename conventions (#721) 9 years ago
James Talmage 31b268e603 Refactor API 9 years ago
vdemedes d1a3669ed2 add timeout functionality 9 years ago
vdemedes febbaa2adb show error if babel config value is invalid 9 years ago
Mark Wubben 755849fd94 add -S shorthand for --source 9 years ago
Mark Wubben 2bf3f1c158 document watch mode 9 years ago
Mark Wubben 1868204c19 Close #597 PR: Readme improvements 9 years ago
Stephen Sorensen a03f8264ed Close PR #573: Added support for babel config under package.json/ava key 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 262d0cabc9 no longer ignore cli.js when linting 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
LuKas Corso c6b71f04e9 Close #564 PR: Logger coverage improvement and refactor. 9 years ago
Mark Wubben f0f4f34438 Close #502 PR: Implement --watch. Fixes #70 9 years ago
Sindre Sorhus 0e6db13a91 minor doc and style tweaks 9 years ago
Juan Soto 5d36a8045d Add shortflags to the CLI 9 years ago
James Talmage 21a60f9a9d Default to the verbose reporter on CI servers. Fixes #435 9 years ago
James Talmage 3d7f036a39 Prevent log corruption when using mini reporter. Fixes #392. 9 years ago
James Talmage 7b764ea3be Close #412 PR: Standardize colors across reporters.. Fixes #410 9 years ago
James Talmage 16c7282e97 Allow configuration of default settings via `package.json`. 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
vdemedes ac468d1fa8 use AvaError for internal errors 9 years ago
vdemedes 2c77314f93 add mini reporter 9 years ago
vdemedes 2fab4b1e53 introduce reporters 9 years ago
vdemedes a5e63c0d43 add TAP support 9 years ago
Ron Waldon 6081389d00 Node.js-style --require CLI argument 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
vdemedes c424ceb3d3 Close #279 PR: Add programmatic API. Fixes #83 9 years ago
Valery Kholodkov 7ad7501db2 Force serial execution of forked processes, closes #282 9 years ago
James Talmage 2f7ac92d8c Prefer the locally installed version of AVA. 9 years ago
James Talmage 5e927454d3 Integrate time-require when `debug` is enabled. 9 years ago
James Talmage 0ef0ca14fc Pipe forked IO streams instead of forwarding `data` events. 9 years ago
Sindre Sorhus fa70351c3f minor code style tweaks 9 years ago
Juan Soto a4f8e241f6 Close #260 PR: Ignore possible test files under node_modules folder. Fixes #226.. Fixes #226 9 years ago
Sindre Sorhus c45c9c177c minor CLI cleanup 9 years ago
vdemedes 33b5d2b484 clean up forking and messages 9 years ago
jankuca 1b60c7b8be add support for *.spec.js file naming, closes #216 9 years ago
James Talmage 15bd79402c extend exit delay on AppVeyor 9 years ago
James Talmage b3bc42a506 make shure IO streams are flushed before exiting a process. 9 years ago
James Talmage c5d02f1f3c report uncaught exceptions 9 years ago