UNPKG

jest-plugin-clock

Version:

Jest plugin to mock dates, times, and datetimes.

6 lines (5 loc) 138 B
/** * Installs clock and makes it available as a global function throughout all * test files. */ global.clock = require('./').default;