Fix end to end tests to actually run and test something

This commit is contained in:
Tom Bloor 2017-08-24 18:33:21 +01:00
parent 21fb03bacf
commit dada7384c2
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types":[
"types": [
"jasmine",
"node"
]