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", "express": "^4.14.1",
"rxjs": "file:../../../node_modules/rxjs", "rxjs": "file:../../../node_modules/rxjs",
"typescript": "2.1.6", "typescript": "2.1.6",
"zone.js": "0.7.6" "zone.js": "^0.8.10"
}, },
"devDependencies": { "devDependencies": {
"@types/jasmine": "2.5.41", "@types/jasmine": "2.5.41",

View File

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

View File

@ -24,7 +24,6 @@ travisFoldStart "test.e2e.offlineCompiler"
${thisDir}/offline_compiler_test.sh ${thisDir}/offline_compiler_test.sh
travisFoldEnd "test.e2e.offlineCompiler" travisFoldEnd "test.e2e.offlineCompiler"
# TODO(alxhub): test is currently broken, re-enable when fixed travisFoldStart "test.e2e.platform-server"
# travisFoldStart "test.e2e.platform-server" ./packages/platform-server/integrationtest/run_tests.sh
# ./packages/platform-server/integrationtest/run_tests.sh travisFoldEnd "test.e2e.platform-server"
# travisFoldEnd "test.e2e.platform-server"