UNPKG

only-changed-jest-watch-plugin

Version:

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

11 lines (7 loc) 286 B
"use strict"; const { hrtime, toMS } = require("./utils"); // Returns the DOMHighResTimeStamp representing the high resolution time value of the global monotonic clock. function getGlobalMonotonicClockMS() { return toMS(hrtime()); } module.exports = { getGlobalMonotonicClockMS };