blocking-proxy
Version:
WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.
25 lines (24 loc) • 436 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"noUnusedLocals": true,
"sourceMap": true,
"declaration": true,
"removeComments": false,
"noImplicitAny": false,
"outDir": "built/"
},
"exclude": [
"built",
"node_modules",
"selenium",
"testapp",
"typings/browser",
"typings/browser.d.ts"
],
"filesGlob": [
"**/*.ts"
]
}