From 2f9cd69730cb0c7d8aadcc1cb1bfa8515dad1364 Mon Sep 17 00:00:00 2001 From: hustcc Date: Wed, 27 Mar 2024 20:26:08 +0800 Subject: [PATCH] chore: v1.0.9 (#30) --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",