Skip to content

Latest commit

 

History

History
69 lines (31 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

69 lines (31 loc) · 2.06 KB

Changelog

4.0.0 (2022-08-29)

⚠ BREAKING CHANGES

  • update jest-environment-node to v29

Features

  • update jest-environment-node to v29 (7978172)

3.0.1 (2022-04-26)

Bug Fixes

  • import NodeEnvironment correctly (caa2dae)

3.0.0 (2022-04-26)

⚠ BREAKING CHANGES

  • add support for Jest 28

Features

  • add support for Jest 28 (fa40a3a)

2.0.1 (2021-07-19)

Bug Fixes

  • let it work with --runInBand (b9574db)

2.0.0 (2021-06-02)

⚠ BREAKING CHANGES

  • update to Jest version 27

Miscellaneous Chores

  • update to Jest version 27 (93b2b0c)

1.0.2 (2021-02-19)

Bug Fixes

  • load Adonis application before test files (cafd308)

1.0.1 (2021-02-19)

Bug Fixes

  • use latest version of ioc transformer (e8e5415)

1.0.0 (2021-02-19)

Features