Skip to content

Releases: mattiaerre/jest-mock-now

v1.3.0

25 Feb 05:25
d22b5b8
Compare
Choose a tag to compare

Description

v1.2.1

10 Jan 03:21
4c4e446
Compare
Choose a tag to compare

Description

v1.2.0

06 Mar 01:05
60d152c
Compare
Choose a tag to compare

Description

  • The jest-mock-now function returns the timestamp used to mock the Date.now method. PR #8 by @danigb

v1.1.1

30 Jun 16:29
Compare
Choose a tag to compare

Description

  • update install w/ npm command

v1.1.0

25 Jun 19:58
Compare
Choose a tag to compare

Description

  • enable to restore Date.now() with its original implementation

v1.0.0

24 Jun 02:49
Compare
Choose a tag to compare

Description

  • fix doc

v1.0.0-alpha.1

23 Jun 19:47
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Description

  • Date.now() as jest.fn(() => NOW)