UNPKG

429 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.RUNNABLE_IPC_PROP = '__mpt_randomId__';
4exports.SUBPROCESS_RETRIED_SUITE_ID = '__mpt_suiteId_';
5exports.SUITE_OWN_OPTIONS = [
6 'timeout',
7 'enableTimeouts',
8 'slow',
9 'bail',
10 'retries',
11];
12exports.DEBUG_SUBPROCESS = {
13 argument: '--debug-mpt-subprocess',
14 yargs: 'debugMptSubprocess',
15};
16//# sourceMappingURL=config.js.map
\No newline at end of file