Skip to content

Commit

Permalink
chore: v1.0.9 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Mar 27, 2024
1 parent 83c8617 commit 2f9cd69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# jest-date-mock

> Mock `Date` when run unit test cases with jest. Make tests of `Date` easier.
> - [jest-random-mock](https://github.com/hustcc/jest-random-mock) Mock `Math.random` in jest, with deterministic random generator.
> - [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) Mock `canvas` when run unit test cases with jest.
[![Build Status](https://github.com/hustcc/jest-date-mock/workflows/build/badge.svg)](https://github.com/hustcc/jest-date-mock/actions)
[![Coverage Status](https://coveralls.io/repos/github/hustcc/jest-date-mock/badge.svg?branch=master)](https://coveralls.io/github/hustcc/jest-date-mock)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-date-mock",
"version": "1.0.8",
"version": "1.0.9",
"description": "Mock `window.Date` when run unit test cases with jest. Make tests of `Date` easier.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 2f9cd69

Please sign in to comment.