chore(router): test karma config to rerun tests on change

This commit is contained in:
vsavkin 2016-06-21 14:07:36 -07:00
parent 397f5e2390
commit 40e1112a8e
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ module.exports = function(config) {
{pattern: 'dist/all/@angular/platform-browser-dynamic/testing/**/*.js', included: false, watched: false}, {pattern: 'dist/all/@angular/platform-browser-dynamic/testing/**/*.js', included: false, watched: false},
// Router // Router
{pattern: 'dist/all/@angular/router/**/*.js', included: false, watched: false} {pattern: 'dist/all/@angular/router/**/*.js', included: false, watched: true}
], ],
customLaunchers: browserProvidersConf.customLaunchers, customLaunchers: browserProvidersConf.customLaunchers,

View File

@ -7,6 +7,7 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"module": "commonjs", "module": "commonjs",
"moduleResolution": "node", "moduleResolution": "node",
"noEmitOnError": false,
"outDir": "../../../dist/all/@angular/router/", "outDir": "../../../dist/all/@angular/router/",
"paths": { "paths": {
"@angular/*": ["../../../dist/all/@angular/*"] "@angular/*": ["../../../dist/all/@angular/*"]