699 Commits (1e0b1c14475fde7eb6d4c3109d2af3958b77704f)
 

Author SHA1 Message Date
James Talmage 1e0b1c1447 0.14.0 9 years ago
Mark Wubben e57908a91a watch mode always runs all exclusive tests 9 years ago
Juan 08ce25595d Replace "callback" with "implementation" when talking about tests 9 years ago
Juan 21bdcc583f Add test-like output when test file does not exist 9 years ago
Mark Wubben 61848ee42f watcher: fix recursive test file matcher 9 years ago
Runnin' Runnin' Runnin 37c67b90c2 Docs: Link to French translation for babelrc recipe 9 years ago
Kent C. Dodds a7f50eb82d rename `t.ok()` to `t.truthy()` and `t.notOk()` to `t.falsy()` 9 years ago
James Talmage bcda7537dd Add a recipe for properly configuring babel when using `.babelrc`. 9 years ago
James Talmage 9288d78a0b add tests that demonstrate various ways to use babel config. 9 years ago
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
Sindre Sorhus e3e1752894 Merge pull request #654 from sindresorhus/timeout 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
Sam Verschueren c78e7367d0 Throw meaningful error if --require dependency is not found 9 years ago
Mark Wubben 005b656b99 Merge pull request #692 from sindresorhus/revert-rerun-watch 9 years ago
Mark Wubben ba1f5e830b Revert "rerun tests using "r" key" 9 years ago
Sindre Sorhus 8bf6a9ed19 Merge pull request #656 from kutyel/patch-1 9 years ago
kutyel 85ad2e2cd3 Add Spanish link to TypeScript recipee 9 years ago
Sindre Sorhus 25a91cbd03 use HTML comments to hide instructions in the issue & PR templates 9 years ago
Sindre Sorhus e6b60bf3e9 code style tweaks 9 years ago
Sindre Sorhus 0a9cfce4ae fix module import order 9 years ago
Sindre Sorhus efa4369006 Merge pull request #682 from zhaozhiming/zh_CN 9 years ago
zhaozhiming 349ee8177a doc: add Simplified Chinese translation link in docs 9 years ago
Mark Wubben 0f0c07067c Merge pull request #680 from sindresorhus/sigabrt 9 years ago
Mark Wubben 8949b85be4 reject test runs when forks exit with an unexpected signal 9 years ago
Mark Wubben 96e1263165 test fork rejection behavior 9 years ago
Mark Wubben 02fc6a17a9 remove node 0.10 sigterm code handling 9 years ago
James Talmage f2c070987e Merge pull request #664 from kentcdodds/pr/update-contributing 9 years ago
James Talmage d2e0c64ff7 Merge pull request #667 from jamestalmage/print-plan-expectation 9 years ago
James Talmage 07febb2c53 Print the planned and actual assertion count when incorrect. 9 years ago
Sindre Sorhus 92e034b5ab Merge pull request #662 from sindresorhus/add-test-file-source-map-comments 9 years ago
Vadim Demedes 12301d72fd Merge pull request #666 from jamestalmage/fix-gitter-badge 9 years ago
James Talmage b738e9bd5a Fix Gitter badge on npm. 9 years ago
Kent C. Dodds d306c4ac74 add note about AVA mantra in contributing guidelines 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
Vadim Demedes ad02c321ca Merge pull request #658 from sindresorhus/rerun-watch 9 years ago
vdemedes 5f109b6c02 rerun tests using "r" key 9 years ago
James Talmage 13077e27cd Merge pull request #659 from jamestalmage/use-clean-yaml-object 9 years ago
James Talmage e4ef5f2ac7 Merge pull request #400 from jamestalmage/rewrite-runtime 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
Sindre Sorhus 8d47119458 Merge pull request #651 from sindresorhus/fix-enhanced-assert-throws-not-returning 9 years ago
Sindre Sorhus 6cb7e6bb38 Merge pull request #652 from maur8ino/fix-readme 9 years ago
Mauro Verrocchio 67bf047213 fix default AVA's Babel configuration in readme.md 9 years ago
Mark Wubben 26d2291c9f ensure t.throws() returns the error 9 years ago