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 (11 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = doLimit; function doLimit(fn, limit) { return function (iterable, iteratee, callback) { return fn(iterable, limit, iteratee, callback); }; } module.exports = exports["default"];