test(platform-server): fix and re-enable integration tests

This commit is contained in:
Vikram Subramanian
2017-06-13 14:30:36 -07:00
committed by Alex Rickabaugh
parent d8d21c77d5
commit 0c07f8c099
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
"express": "^4.14.1",
"rxjs": "file:../../../node_modules/rxjs",
"typescript": "2.1.6",
"zone.js": "0.7.6"
"zone.js": "^0.8.10"
},
"devDependencies": {
"@types/jasmine": "2.5.41",

View File

@ -14,6 +14,7 @@
"sourceMap": false,
"experimentalDecorators": true,
"outDir": "built",
"rootDir": ".",
"declaration": true,
"typeRoots": ["node_modules/@types"]
},