chore(router): test karma config to rerun tests on change
This commit is contained in:
parent
397f5e2390
commit
40e1112a8e
|
@ -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,
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"experimentalDecorators": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"noEmitOnError": false,
|
||||
"outDir": "../../../dist/all/@angular/router/",
|
||||
"paths": {
|
||||
"@angular/*": ["../../../dist/all/@angular/*"]
|
||||
|
|
Loading…
Reference in New Issue