diff --git a/README.md b/README.md index e0b137b..140fbfb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 5b36abc..77d102d 100644 --- a/package.json +++ b/package.json @@ -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",