UNPKG

only-changed-jest-watch-plugin

Version:

Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules

12 lines (9 loc) 293 B
"use strict"; const { getGlobalMonotonicClockMS } = require("./lib/global-monotonic-clock"); const { Performance } = require("./lib/performance"); const clockIsAccurate = require("./lib/clock-is-accurate"); module.exports = { Performance, getGlobalMonotonicClockMS, clockIsAccurate };