Add Appveyor builds and webdriver.io tests (tests cover Angular2Spa template only at present)

This commit is contained in:
SteveSandersonMS
2016-12-15 16:38:30 +00:00
parent 6decb30681
commit 67c2cfd84e
9 changed files with 532 additions and 2 deletions

15
test/tsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"rootDir": ".",
"outDir": "tmp",
"sourceMap": false,
"lib": ["es6", "dom"]
},
"exclude": [
"node_modules",
"**/node_modules",
"tmp"
]
}