chore(router): test karma config to rerun tests on change
This commit is contained in:
@ -53,7 +53,7 @@ module.exports = function(config) {
|
||||
{pattern: 'dist/all/@angular/platform-browser-dynamic/testing/**/*.js', included: false, watched: false},
|
||||
|
||||
// Router
|
||||
{pattern: 'dist/all/@angular/router/**/*.js', included: false, watched: false}
|
||||
{pattern: 'dist/all/@angular/router/**/*.js', included: false, watched: true}
|
||||
],
|
||||
|
||||
customLaunchers: browserProvidersConf.customLaunchers,
|
||||
|
Reference in New Issue
Block a user