Skip to content

Latest commit

 

History

History
124 lines (90 loc) · 5.02 KB

README.md

File metadata and controls

124 lines (90 loc) · 5.02 KB

TimeShift.js

npm

TimeShift.js allows mocking / overriding JavaScript's Date object so that you can set the current time and timezone. It is meant for creating repeatable tests that utilize the current time or date.

Usage