testplane
Version:
Tests framework based on mocha and wdio
7 lines • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SELECTIVITY_CACHE_READY_SUFFIX = exports.SELECTIVITY_CACHE_DIRECTIRY = exports.WEBPACK_PROTOCOL = void 0;
exports.WEBPACK_PROTOCOL = "webpack://";
exports.SELECTIVITY_CACHE_DIRECTIRY = "testplane-selectivity-cache";
exports.SELECTIVITY_CACHE_READY_SUFFIX = "-ready";
//# sourceMappingURL=constants.js.map