326 Commits (43103f8681226a2b5b913751480ef26bdddfe2c1)

Author SHA1 Message Date
Nuno Campos fb3af506ad update to new power-assert-runtime (#903) 9 years ago
James Talmage 94ef905339 use currently-unhandled 9 years ago
James Talmage c7402023d6 add t.notRegex (#879) 9 years ago
James Talmage abd8bd2370 minor tweaks 9 years ago
Mark Wubben 1d512315bc fix warning message 9 years ago
James Talmage a499523660 Drop unused `silent` option from `lib/fork.js`. (#864) 9 years ago
James Talmage a543b9f7c2 revert npm link fix. (#859) 9 years ago
James Talmage e01ee00a2d Pass shared caches to `globby`. (#860) 9 years ago
James Talmage 37631098b4 Avoid running the same file multiple times (#856) 9 years ago
Guang Chen 178175f0ea add output for failing tests (#837) 9 years ago
Nuno Campos f35da7e10d RunStatus#prefixTitle should remove this.base only if it occurs at the beginning of the path (#844) 9 years ago
Jeroen Engels 47f08e0955 Update links to link to `avajs` (#852) 9 years ago
Juan 7d0f42050d Remove timestamp from non-watch test runs (#838) 9 years ago
James Talmage fdd797082c refactor watcher (#766) 9 years ago
Sindre Sorhus b8bc21d9b6 move the project into an organization 9 years ago
James Talmage a454128949 Add macro support. (#832) 9 years ago
James Talmage 60bd8a5ee4 Protect against bad argument passed to t.throws. (#834) 9 years ago
Mark Wubben 36512412d0 Follow-up to #831 (#835) 9 years ago
Guang Chen 0410a03b0d A way to submit tests that should fail. (#831) 9 years ago
Nuno Campos 0fa229e385 fix crash in 'fake' browser env (#829) 9 years ago
James Talmage 4abb351903 Only fix `npm link` of AVA as necessary. (#827) 9 years ago
Guang Chen 61f09584ce add `after.always` and `afterEach.always` hooks (#806) 9 years ago
James Talmage 1368d0ebd8 Fix `npm link` usage on Node.js 6 (#815) 9 years ago
Juan 3c4babd0ef Strip ANSI escape codes in TAP test titles (#792) 9 years ago
Juan 973624d0d1 Use `not-so-shallow` module to improve `t.deepEqual()` (#777) 9 years ago
Sindre Sorhus c4e58e3e7e add spinner fallback for Windows 9 years ago
James Talmage d6acdde056 Throwing synchronously inside a callback style test should fail it immediately. (#774) 9 years ago
Mark Wubben cdc5fdaf81
caching-precompiler: set default .babelConfig value 9 years ago
Mark Wubben ea9fe5331b
compute cache salt using package-hash 9 years ago
Sindre Sorhus 40025a5c9c fix some XO lint issues 9 years ago
Mark Wubben aab22072f7
watcher: remember failures from previous tests 9 years ago
Mark Wubben 97c3234a3a watcher: Don't clear reporter if previous run had errors (#757) 9 years ago
Mark Wubben f5246e173c ensure watcher receives dependencies again (#756) 9 years ago
Mark Wubben 14ae70e15f change remaining TestData identifiers to RunStatus (#755) 9 years ago
Mark Wubben 95a5c979d4 Improve watch logging (#737) 9 years ago
Mark Wubben a3565fd685 Improve source pattern handling (#730) 9 years ago
James Talmage 3201b1b4ff detect improper use of t.throws (#742) 9 years ago
James Talmage da39639b5d rename `TestData` => `RunStatus` 9 years ago
Vladimir Starkov 84c05fe98e increase power-assert's maxDepth option to 3. (#740) 9 years ago
Juan d39bea9dc2 Put failing TAP test title in the second line (#734) 9 years ago
Kent C. Dodds 9ceeb115e7 Support more test filename conventions (#721) 9 years ago
Mark Wubben e33ce7a458 clean up stat collection in runner (#728) 9 years ago
Juan 22951189af Add strict mode in `enhanced-assert.js` (#741) 9 years ago
Sindre Sorhus bd4177955f fix lint issues 9 years ago
James Talmage 31b268e603 Refactor API 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
Kent C. Dodds a7f50eb82d rename `t.ok()` to `t.truthy()` and `t.notOk()` to `t.falsy()` 9 years ago