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},
|
{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,
|
||||||
|
|
|
@ -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/*"]
|
||||||
|
|
Loading…
Reference in New Issue