Skip to content

Releases: eduter/screeps-jest

v2.0.3

08 Jun 19:54
Compare
Choose a tag to compare

2.0.3 (2024-06-08)

Bug Fixes

  • move lodash from devDependencies to dependencies (0333904)

v2.0.2

03 Sep 12:20
Compare
Choose a tag to compare

2.0.2 (2021-09-03)

Bug Fixes

  • publish compiled files to npm (9799942)

v2.0.1

02 Sep 13:36
Compare
Choose a tag to compare

2.0.1 (2021-09-02)

Bug Fixes

  • update global constant mocks (0630095)

Version 2.0.0

02 Sep 11:48
0710802
Compare
Choose a tag to compare
  • Compatible with Jest v27
  • Published to npm
  • Updated docs

Version 1.3.1

01 Apr 14:31
Compare
Choose a tag to compare

Fixes version 1.3.0, which was missing the compiled files.

Version 1.3.0

01 Apr 14:26
Compare
Choose a tag to compare

Changelog:

  • Support mocking of more complex types
  • Improved paths in error messages about access to unmocked properties

Version 1.2.0

14 Aug 21:01
Compare
Choose a tag to compare

Changelog:

  • Fixed incompatibilities with Jest 26 (#6)
  • Upgraded to TypeScript 3.9 (#8)

Version 1.1.0

14 Feb 22:54
fba8983
Compare
Choose a tag to compare

Changelog:

  • Mocking constructors out-of-the-box, so that extending prototype doesn't throw (#2)

Version 1.0.0

25 Dec 19:29
Compare
Choose a tag to compare

First version