UNPKG

playwright-pom-materials

Version:

Playwright POM materials

11 lines (10 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.config = exports.setConfig = void 0; const setConfig = (newConfig) => { exports.config = newConfig; }; exports.setConfig = setConfig; exports.config = { timeoutUnit: 1000, };