16 Commits (8c604b4300c3e2c21ada22c7552c960655e89e8d)

Author SHA1 Message Date
James Talmage 3201b1b4ff detect improper use of t.throws (#742) 9 years ago
Sindre Sorhus bd4177955f fix lint issues 9 years ago
Mark Wubben 934d57fa75 use .js.map extension for cached source maps 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
Mark Wubben bf01232fdd only run tests for changed sources 9 years ago
Mark Wubben 854d96c392 guard against repeated teardowns 9 years ago
James Talmage 9b0d5f7932 Send less data 9 years ago
James Talmage cdacb5dc53 Close #503 PR: Fix the `--serial` and `--fail-fast` flags.. Fixes #499 9 years ago
Sindre Sorhus ffef6d6231 minor style tweaks 9 years ago
James Talmage 3d7f036a39 Prevent log corruption when using mini reporter. Fixes #392. 9 years ago
James Talmage 614eb121ff Transpile test files in the main process: 9 years ago
James Talmage da6a2f4ab0 use long stack traces in forks. 9 years ago
Ari Porad 0729997882 Rename lib/babel.js to lib/test-worker.js 9 years ago
Sindre Sorhus 4865674403 minor cleanup 9 years ago
vdemedes 0daec3e2e1 cache babel-transpiled code 9 years ago
Ari Porad ae446f0741 Make --require relative to where the command is run 9 years ago
James Talmage 94797b1038 Require babel plugins directly. Fixes #350. 9 years ago
James Talmage 9e6d9724d5 Close #333 PR: Upgrade to Babel 6. 9 years ago
Juan Soto ad7ae194ef Close #325 PR: Stop hiding source of syntax errors. Fixes #308 9 years ago
Sindre Sorhus d0c370a1c0 don't use local Babel directly 9 years ago
Ron Waldon 6081389d00 Node.js-style --require CLI argument 9 years ago
Ron Waldon eeeec706c2 process is forked with a single JSON argument 9 years ago
Mark Wubben be8b935130 source-map-support@0.4.0 9 years ago
Sindre Sorhus ff5b8dfa5c switch to `resolve-cwd` dep 9 years ago
James Talmage eef3d8832a Unify how files with no tests are reported. 9 years ago
vdemedes c424ceb3d3 Close #279 PR: Add programmatic API. Fixes #83 9 years ago
James Talmage 5e927454d3 Integrate time-require when `debug` is enabled. 9 years ago
Mark Wubben b3cee51de3 No need to tringify source maps before caching 9 years ago
Mark Wubben a423a77988 Support initial source maps for stack traces 9 years ago
James Talmage b88c2baf39 Guard against clock manipulation by fake timer libraries. Fixes #128. 9 years ago
James Talmage 3e9038566b use serialize-error module 9 years ago
Mark Wubben 5b1e5b4ca7 Support source map pragmas for stack traces 9 years ago
James Talmage 25a3cfd98b Add source map support. Fixes: #223, #250 9 years ago
Sindre Sorhus 0caf0cf7b2 modulify all the things 9 years ago
vdemedes 33b5d2b484 clean up forking and messages 9 years ago
James Talmage 15bd79402c extend exit delay on AppVeyor 9 years ago
James Talmage c5d02f1f3c report uncaught exceptions 9 years ago
James Talmage 862edb8526 report unhandled promise rejections 9 years ago
James Talmage a3308d2297 Handle empty results from test files. Fix #198 9 years ago
James Talmage 6a8f0e7a7c Close #169 PR: Fix Windows onExit failure.. 9 years ago
Vsevolod Strukchinsky de0955b0e1 add ava modules to test module paths 9 years ago
Kazato Sugimoto 18619fcc6d Use local babel in babel-plugin-espower 9 years ago
Vsevolod Strukchinsky 1d5ef4c5f6 Close #103 PR: Replace babel require hook with transformFileSync. 9 years ago
Sindre Sorhus 6ae46ce004 code style tweaks 9 years ago
Sindre Sorhus 52b0ccb33c use the test file path in the Babel whitelist instead of a pattern 9 years ago
Kazato Sugimoto c96622d6d8 Close #46 PR: Less API using power-assert. 9 years ago
vdemedes e9b3e5019d prefix test title with test location 9 years ago
vdemedes 0da796f2a8 use asyncToGenerator transform 9 years ago
vdemedes a0de27799c blacklist regenerator to not transpile generator functions 9 years ago