@stryker-mutator/jest-runner
Version:
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
10 lines • 438 B
JavaScript
;
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
const instrumenterContext = (_a = global[global.__strykerGlobalNamespace__]) !== null && _a !== void 0 ? _a : (global[global.__strykerGlobalNamespace__] = {});
global.jasmine.getEnv().addReporter({
specStarted(spec) {
instrumenterContext.currentTestId = spec.fullName;
},
});
//# sourceMappingURL=jasmine2-setup-coverage-analysis.cjs.map