fix(benchpress): make code compile and unit tests green again
This commit is contained in:
@ -72,7 +72,8 @@ if (platform == 'node') {
|
||||
processOutputEmitterCodeGen,
|
||||
[
|
||||
'node', 'dist/tools/cjs-jasmine', '--', '@angular/**/*_spec.js',
|
||||
'@angular/compiler-cli/test/**/*_spec.js'
|
||||
'@angular/compiler-cli/test/**/*_spec.js',
|
||||
'@angular/benchpress/test/**/*_spec.js'
|
||||
]
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user