File tree 1 file changed +1
-12
lines changed
packages/@angular/cli/blueprints/ng/files
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,14 @@ module.exports = function (config) {
15
15
client :{
16
16
clearContext : false // leave Jasmine Spec Runner output visible in browser
17
17
} ,
18
- files : [
19
- { pattern : './<%= sourceDir %>/test.ts' , watched : false }
20
- ] ,
21
- preprocessors : {
22
- './<%= sourceDir %>/test.ts' : [ '@angular/cli' ]
23
- } ,
24
- mime : {
25
- 'text/x-typescript' : [ 'ts' , 'tsx' ]
26
- } ,
27
18
coverageIstanbulReporter : {
28
19
reports : [ 'html' , 'lcovonly' ] ,
29
20
fixWebpackSourcePaths : true
30
21
} ,
31
22
angularCli : {
32
23
environment : 'dev'
33
24
} ,
34
- reporters : config . angularCli && config . angularCli . codeCoverage
35
- ? [ 'progress' , 'coverage-istanbul' ]
36
- : [ 'progress' , 'kjhtml' ] ,
25
+ reporters : [ 'progress' , 'kjhtml' ] ,
37
26
port : 9876 ,
38
27
colors : true ,
39
28
logLevel : config . LOG_INFO ,
You can’t perform that action at this time.
0 commit comments