Fix end to end tests to actually run and test something
This commit is contained in:
parent
21fb03bacf
commit
dada7384c2
3 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
"outDir": "../out-tsc/e2e",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"types":[
|
||||
"types": [
|
||||
"jasmine",
|
||||
"node"
|
||||
]
|
||||
|
|
Reference in a new issue