UNPKG

only-changed-jest-watch-plugin

Version:

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

7 lines (6 loc) 208 B
// Allow the user to customize the Promise type returned by this library. var mypromise = global.Promise; module.exports = function getOrSetPromise(p) { if (p) { mypromise = p; } return mypromise; };