File tree Expand file tree Collapse file tree 4 files changed +9
-22
lines changed Expand file tree Collapse file tree 4 files changed +9
-22
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
9
9
require ( 'karma-jasmine' ) ,
10
10
require ( 'karma-chrome-launcher' ) ,
11
11
require ( 'karma-jasmine-html-reporter' ) ,
12
- require ( 'karma-coverage' ) ,
13
- require ( '@angular-devkit/build-angular/plugins/karma' )
12
+ require ( 'karma-coverage' )
14
13
] ,
15
14
client : {
16
15
jasmine : {
@@ -27,10 +26,7 @@ module.exports = function (config) {
27
26
coverageReporter : {
28
27
dir : require ( 'path' ) . join ( __dirname , '../../coverage/coreui-angular-chartjs' ) ,
29
28
subdir : '.' ,
30
- reporters : [
31
- { type : 'html' } ,
32
- { type : 'text-summary' }
33
- ]
29
+ reporters : [ { type : 'html' } , { type : 'text-summary' } ]
34
30
} ,
35
31
reporters : [ 'progress' , 'kjhtml' ] ,
36
32
port : 9876 ,
@@ -39,6 +35,6 @@ module.exports = function (config) {
39
35
autoWatch : false ,
40
36
singleRun : true ,
41
37
restartOnFileChange : false ,
42
- browsers : [ 'ChromeHeadless' ] ,
38
+ browsers : [ 'ChromeHeadless' ]
43
39
} ) ;
44
40
} ;
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
9
9
require ( 'karma-jasmine' ) ,
10
10
require ( 'karma-chrome-launcher' ) ,
11
11
require ( 'karma-jasmine-html-reporter' ) ,
12
- require ( 'karma-coverage' ) ,
13
- require ( '@angular-devkit/build-angular/plugins/karma' )
12
+ require ( 'karma-coverage' )
14
13
] ,
15
14
client : {
16
15
jasmine : {
@@ -27,10 +26,7 @@ module.exports = function (config) {
27
26
coverageReporter : {
28
27
dir : require ( 'path' ) . join ( __dirname , '../../coverage/coreui-angular' ) ,
29
28
subdir : '.' ,
30
- reporters : [
31
- { type : 'html' } ,
32
- { type : 'text-summary' }
33
- ]
29
+ reporters : [ { type : 'html' } , { type : 'text-summary' } ]
34
30
} ,
35
31
reporters : [ 'progress' , 'kjhtml' ] ,
36
32
port : 9876 ,
@@ -39,6 +35,6 @@ module.exports = function (config) {
39
35
autoWatch : false ,
40
36
browsers : [ 'ChromeHeadless' ] ,
41
37
singleRun : true ,
42
- restartOnFileChange : false ,
38
+ restartOnFileChange : false
43
39
} ) ;
44
40
} ;
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
9
9
require ( 'karma-jasmine' ) ,
10
10
require ( 'karma-chrome-launcher' ) ,
11
11
require ( 'karma-jasmine-html-reporter' ) ,
12
- require ( 'karma-coverage' ) ,
13
- require ( '@angular-devkit/build-angular/plugins/karma' )
12
+ require ( 'karma-coverage' )
14
13
] ,
15
14
client : {
16
15
jasmine : {
@@ -27,10 +26,7 @@ module.exports = function (config) {
27
26
coverageReporter : {
28
27
dir : require ( 'path' ) . join ( __dirname , '../../coverage/coreui-icons-angular' ) ,
29
28
subdir : '.' ,
30
- reporters : [
31
- { type : 'html' } ,
32
- { type : 'text-summary' }
33
- ]
29
+ reporters : [ { type : 'html' } , { type : 'text-summary' } ]
34
30
} ,
35
31
reporters : [ 'progress' , 'kjhtml' ] ,
36
32
port : 9876 ,
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
9
9
require ( 'karma-jasmine' ) ,
10
10
require ( 'karma-chrome-launcher' ) ,
11
11
require ( 'karma-jasmine-html-reporter' ) ,
12
- require ( 'karma-coverage' ) ,
13
-
12
+ require ( 'karma-coverage' )
14
13
] ,
15
14
client : {
16
15
jasmine : {
You can’t perform that action at this time.
0 commit comments