Releases: fink-lang/jest
Releases · fink-lang/jest
v6.0.0
6.0.0 (2020-10-05)
Features
- esm: add node module resolver to better support packages with both esm and cjs modules (0ab7101)
BREAKING CHANGES
- esm: @fink/jest has moved to @finl/jest/test.fnk
v5.4.0
5.4.0 (2020-09-28)
Features
- jest-wrapper: add run_all_timers (421b3cf)
v5.3.0
5.3.0 (2020-09-27)
Features
- jest-wrapper: add spy_on, was_last_called_with, was_not_last_called_with (e099218)
v5.2.1
5.2.1 (2020-09-08)
Bug Fixes
- deps: update dependencies, change to main branch (754fefb)
v5.2.0
5.2.0 (2020-09-08)
Features
v5.1.0
5.1.0 (2020-07-18)
Features
- add require_actual to jest wrapper (79f239f)
v5.0.3
5.0.3 (2020-05-29)
Bug Fixes
- mock: transform module mock calls to jest.mock so non virtual mocks work (285ede4)
v5.0.2
5.0.2 (2020-05-25)
Bug Fixes
- jest-wrapper: make tests async aware (d0a7fc2)
v5.0.1
5.0.1 (2020-05-21)
Bug Fixes
- it,describe: ignore return values (8050f05)
v5.0.0
5.0.0 (2020-05-14)
Build System
- deps: upgrade to latest larix/loxia (c6ae6b0)
BREAKING CHANGES
- deps: requires larix >= 9.0 and loxia >= 8.0.1