Skip to content

Releases: fink-lang/jest

v6.0.0

05 Oct 13:11
93e4e97
Compare
Choose a tag to compare

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

28 Sep 08:47
f395dce
Compare
Choose a tag to compare

5.4.0 (2020-09-28)

Features

  • jest-wrapper: add run_all_timers (421b3cf)

v5.3.0

27 Sep 11:29
d4e193c
Compare
Choose a tag to compare

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

08 Sep 11:17
e9bc3ca
Compare
Choose a tag to compare

5.2.1 (2020-09-08)

Bug Fixes

  • deps: update dependencies, change to main branch (754fefb)

v5.2.0

08 Sep 09:20
f472baf
Compare
Choose a tag to compare

5.2.0 (2020-09-08)

Features

v5.1.0

18 Jul 16:40
2fcba11
Compare
Choose a tag to compare

5.1.0 (2020-07-18)

Features

  • add require_actual to jest wrapper (79f239f)

v5.0.3

29 May 15:22
7275628
Compare
Choose a tag to compare

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

25 May 16:43
39cae64
Compare
Choose a tag to compare

5.0.2 (2020-05-25)

Bug Fixes

  • jest-wrapper: make tests async aware (d0a7fc2)

v5.0.1

21 May 07:18
05ffd13
Compare
Choose a tag to compare

5.0.1 (2020-05-21)

Bug Fixes

  • it,describe: ignore return values (8050f05)

v5.0.0

14 May 15:30
178c1da
Compare
Choose a tag to compare

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