UNPKG

548 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.state = void 0;
4class State {
5 constructor() {
6 this.testFilesWithStrykerEnvironment = new Set();
7 this.clear();
8 }
9 clear() {
10 this.testFilesWithStrykerEnvironment.clear();
11 this.instrumenterContext = {};
12 this.coverageAnalysis = 'off';
13 this.jestEnvironment = 'jest-environment-node';
14 this.resolveFromDirectory = process.cwd();
15 }
16}
17exports.state = new State();
18//# sourceMappingURL=messaging.js.map
\No newline at end of file