fix/ e2e test with jasmine2

This commit is contained in:
Maxime GRIS
2017-07-16 19:43:04 +02:00
parent 2a90191458
commit 9c51f3247b
5 changed files with 22 additions and 15 deletions

View File

@@ -8,6 +8,9 @@
},
"exclude": [
"test.ts",
"**/*.spec.ts"
"**/*.spec.ts",
"dist",
"app-builds",
"node_modules"
]
}

View File

@@ -16,5 +16,10 @@
"include": [
"**/*.spec.ts",
"**/*.d.ts"
],
"exclude": [
"dist",
"app-builds",
"node_modules"
]
}