e2ed
Version:
E2E testing framework over Playwright
12 lines (11 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.setTestsSubprocess = exports.testsSubprocess = void 0;
/**
* Set tests subprocess (for global access).
* @internal
*/
const setTestsSubprocess = (newTestsSubprocess) => {
exports.testsSubprocess = newTestsSubprocess;
};
exports.setTestsSubprocess = setTestsSubprocess;