test: execute router tests on ./test.sh browser (#10053)

This commit is contained in:
Victor Berchet
2016-07-21 16:12:40 -07:00
committed by GitHub
parent a441b5b8fe
commit 31a7709ece
4 changed files with 19 additions and 6 deletions

View File

@ -77,5 +77,5 @@ module.exports = function(config) {
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
})
});
};

View File

@ -30,7 +30,6 @@
"rollup-test",
"upgrade-ts2dart.d.ts",
"zone-ts2dart.d.ts",
"@angular/compiler-cli/integrationtest",
"@angular/router"
"@angular/compiler-cli/integrationtest"
]
}