94 Commits (22832473c4fcc92b51095c4378eb0b9734fb921d)

Author SHA1 Message Date
Mark Wubben b581983752 Don't highlight formatted values with --no-color 8 years ago
Mark Wubben 57fd0510f3 Make snapshots usable again 8 years ago
Mark Wubben d924045a8f Integrate with improved throws helper 8 years ago
Johannes Ewald 3a44b75156 Fix issue with using 'chalk' in tests (#1244) 8 years ago
Mark Wubben 880e87e1d8 Fail async tests if not ended before event loop empties 8 years ago
Mark Wubben 3a4553cf28 Fail tests that finish without running assertions 8 years ago
Mark Wubben df54324272 Clean up test-worker and process-adapter 8 years ago
Mark Wubben 35738969a4 Fix Babel require hook test for Node.js 7.6.0 8 years ago
Mark Wubben 9cea60d98f Ensure test run failures crash worker (#1265) 8 years ago
Mark Wubben ad5122d507 Use new Babel presets 8 years ago
Forresst eccd823d4f Move the `ava-files` package back into core (#1196) 8 years ago
Vadim Demedes 410cb8d3b1 Precompile helpers (#1078) 8 years ago
Rizki K 033d4dcdcb Support symlinked test files - fixes #1143 (#1145) 8 years ago
Sindre Sorhus 4acb78fcb9 Various minor cleanup 8 years ago
Sindre Sorhus 5158ac8bb0 Use `babel-preset-node6` on Node.js 6 and higher 8 years ago
Mark Wubben 3ea2ba1132 Ensure test files load correct AVA installation (#1085) 8 years ago
Martin Grünbaum 476c653961 Change the current working directory of tests to be the same directory as package.json (#1074) 8 years ago
Jacob Kahn 17119bcfd8 Remove --require CLI option (#1070) 8 years ago
Vladimir Krivosheev c268c8dfce set child process debug port to an available port - fixes #342 (#874) 8 years ago
Dmitry Ananichev ea25b20a6d improve test coverage by adding more tests (#967) 8 years ago
James Talmage bdc57f4f9d extract ava-files to it's own module (#925) 8 years ago
Nuno Campos fb3af506ad update to new power-assert-runtime (#903) 9 years ago
James Talmage ab3418fe62 Prevent suppression of defaults in ava-files (#878) 9 years ago
James Talmage 37631098b4 Avoid running the same file multiple times (#856) 9 years ago
Nuno Campos 0fa229e385 fix crash in 'fake' browser env (#829) 9 years ago
Daniel Cousineau 1c3c86c06c Limited Process Pools (#791) 9 years ago
Mark Wubben f5246e173c ensure watcher receives dependencies again (#756) 9 years ago
Mark Wubben 02b0aaebb7 Disable TAP reporter in watch mode (#732) 9 years ago
James Talmage 3201b1b4ff detect improper use of t.throws (#742) 9 years ago
Kent C. Dodds a7f50eb82d rename `t.ok()` to `t.truthy()` and `t.notOk()` to `t.falsy()` 9 years ago
James Talmage 9288d78a0b add tests that demonstrate various ways to use babel config. 9 years ago
Kent C. Dodds e9c6cc2843 rename `t.same()` to `t.deepEqual()` 9 years ago
vdemedes d1a3669ed2 add timeout functionality 9 years ago
Mark Wubben 96e1263165 test fork rejection behavior 9 years ago
James Talmage cd5767e188 switch from serialize-error to clean-yaml-object 9 years ago
vdemedes febbaa2adb show error if babel config value is invalid 9 years ago
Mark Wubben 768ef9dba1 handle exceptions when initially running files 9 years ago
Mark Wubben 4f4a660181 don't run tests if --match has no matches 9 years ago
James Talmage 3fcd492662 add a naive Babel plugin that can be used by integration tests 9 years ago
Kasper Lewau c928cb59b6 Close #592 PR: Add `match` CLI option to run only matching tests. Fixes #476 9 years ago
Jonathan Haines e697629a77 Close #565 PR: Add `todo` test modifier. Fixes #563 9 years ago
Andrew McConnell 6b1617a9ed Support ".only()" across all test files in a suite. 9 years ago
Mark Wubben bf01232fdd only run tests for changed sources 9 years ago
Sindre Sorhus 69dbcf23c3 cleanup #531 9 years ago
Emanuele Ingrosso 0675d3444d Close #531 PR: Support NODE_PATH in forked process. Fixes #515 9 years ago
Mark Wubben 2bd6ab848b consistent error determination 9 years ago
Mark Wubben b8c444de57 test watcher from the cli 9 years ago
James Talmage cdacb5dc53 Close #503 PR: Fix the `--serial` and `--fail-fast` flags.. Fixes #499 9 years ago
Kasper Isager 3739d4bf4e Close #434 PR: Allow files with only skipped tests 9 years ago
James Talmage 16c7282e97 Allow configuration of default settings via `package.json`. 9 years ago