Releases: nicolo-ribaudo/jest-light-runner
Releases · nicolo-ribaudo/jest-light-runner
v0.5.1
v0.5.0
New features
- Provide global aliases for
skip
(x*
) andonly
(f*
) by @swcm-mnestler in #69 - Report test case duration by @swcm-mnestler in #68
- Jest fake-timer support by @2xic in #62
New Contributors
- @kripod made their first contribution in #63
- @swcm-mnestler made their first contribution in #69
- @2xic made their first contribution in #62
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
Breaking changes
- Update Jest to v29 by @fisker in #56
- Drop Jest <27.5 support by @nicolo-ribaudo in #57
Bug Fixes
- Error locations are already converted from URLs to paths by Jest by @nicolo-ribaudo in #55
Full Changelog: v0.3.0...v0.4.0
v0.3.0
New features
Bug fixes
- fix: filter tests by @liuxingbaoyu in #45
- Fix
addSnapshotSerializer
by @fisker in #47
New Contributors
- @liuxingbaoyu made their first contribution in #45
- @alecmev made their first contribution in #50
Full Changelog: v0.2.2...v0.3.0
v0.2.2
New Features
Bug Fixes
- Run
beforeEach
/afterEach
in the correct order by @iainjreid in #44 - Reload imported modules in
--watch
mode by @cjroebuck in #38
New Contributors
- @janmeier made their first contribution in #41
- @cjroebuck made their first contribution in #38
Full Changelog: v0.2.1...v0.2.2
v0.2.1
New features
- Support
expect.addSnapshotSerializer()
by @fisker in #29 - Support
snapshotResolver
option by @iainjreid in #33
New Contributors
- @iainjreid made their first contribution in #33
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Breaking changes
setupFiles
now runs once per global context (i.e. once per worker), rather than once per test file (#21)
New features
- Support
snapshotFormat
by @fisker in #22 - Add
setupFilesAfterEnv
by @nicolo-ribaudo in #21 - Update to Jest 28 by @JLHwung in #24
Bug fixes
- Support Node.js v12 by @fisker in #23
- Run
setupFiles
before the env setup by @nicolo-ribaudo in #21
Other
- fix: link to repository in package.json by @SimenB in #25
- Make sure to test workers on CI by @nicolo-ribaudo in #26
New Contributors
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Same as v0.1.2, but without publishing all the unnecessary metadata files.
v0.1.2
New features
- Add support for
jest.clearAllMocks
andjest.resetAllMocks
by @vajahath in #19 - Implement
--runInBand
support by @nicolo-ribaudo in #20
New Contributors
Full Changelog: v0.1.1...v0.1.2