Releases: jest-community/create-jest-runner
Releases · jest-community/create-jest-runner
0.7.0
- Update dependencies and drop support for Node 8
0.6.0
- Update dependencies and drop Node 6
0.5.0
Features
- Add support for the new test status
todo
, introduced in Jest 24 (#14)
Chore
- Upgrade to
jest-worker@24
(#14)
0.4.0
Features
- Add
getExtraOptions
to entry file (#12)
Breaking changes
0.3.1
Fixes
- Use a mutex when running in band as well (#7)
- Use import/export (#8)
- Removing un-needed packages (#1)
0.3.0
Fixes
- Mutex the workers, to behave more like native jest test runs (#5)
Features
- Support serial execution (#6)