UNPKG

only-changed-jest-watch-plugin

Version:

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

9 lines (8 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // A temporary value used to identify if the loop should be broken. // See #1064, #1293 exports.default = {}; module.exports = exports["default"];