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) {
99 require ( 'karma-jasmine' ) ,
1010 require ( 'karma-chrome-launcher' ) ,
1111 require ( 'karma-jasmine-html-reporter' ) ,
12- require ( 'karma-coverage' ) ,
13- require ( '@angular-devkit/build-angular/plugins/karma' )
12+ require ( 'karma-coverage' )
1413 ] ,
1514 client : {
1615 jasmine : {
@@ -27,10 +26,7 @@ module.exports = function (config) {
2726 coverageReporter : {
2827 dir : require ( 'path' ) . join ( __dirname , '../../coverage/coreui-angular-chartjs' ) ,
2928 subdir : '.' ,
30- reporters : [
31- { type : 'html' } ,
32- { type : 'text-summary' }
33- ]
29+ reporters : [ { type : 'html' } , { type : 'text-summary' } ]
3430 } ,
3531 reporters : [ 'progress' , 'kjhtml' ] ,
3632 port : 9876 ,
@@ -39,6 +35,6 @@ module.exports = function (config) {
3935 autoWatch : false ,
4036 singleRun : true ,
4137 restartOnFileChange : false ,
42- browsers : [ 'ChromeHeadless' ] ,
38+ browsers : [ 'ChromeHeadless' ]
4339 } ) ;
4440} ;
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
99 require ( 'karma-jasmine' ) ,
1010 require ( 'karma-chrome-launcher' ) ,
1111 require ( 'karma-jasmine-html-reporter' ) ,
12- require ( 'karma-coverage' ) ,
13- require ( '@angular-devkit/build-angular/plugins/karma' )
12+ require ( 'karma-coverage' )
1413 ] ,
1514 client : {
1615 jasmine : {
@@ -27,10 +26,7 @@ module.exports = function (config) {
2726 coverageReporter : {
2827 dir : require ( 'path' ) . join ( __dirname , '../../coverage/coreui-angular' ) ,
2928 subdir : '.' ,
30- reporters : [
31- { type : 'html' } ,
32- { type : 'text-summary' }
33- ]
29+ reporters : [ { type : 'html' } , { type : 'text-summary' } ]
3430 } ,
3531 reporters : [ 'progress' , 'kjhtml' ] ,
3632 port : 9876 ,
@@ -39,6 +35,6 @@ module.exports = function (config) {
3935 autoWatch : false ,
4036 browsers : [ 'ChromeHeadless' ] ,
4137 singleRun : true ,
42- restartOnFileChange : false ,
38+ restartOnFileChange : false
4339 } ) ;
4440} ;
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
99 require ( 'karma-jasmine' ) ,
1010 require ( 'karma-chrome-launcher' ) ,
1111 require ( 'karma-jasmine-html-reporter' ) ,
12- require ( 'karma-coverage' ) ,
13- require ( '@angular-devkit/build-angular/plugins/karma' )
12+ require ( 'karma-coverage' )
1413 ] ,
1514 client : {
1615 jasmine : {
@@ -27,10 +26,7 @@ module.exports = function (config) {
2726 coverageReporter : {
2827 dir : require ( 'path' ) . join ( __dirname , '../../coverage/coreui-icons-angular' ) ,
2928 subdir : '.' ,
30- reporters : [
31- { type : 'html' } ,
32- { type : 'text-summary' }
33- ]
29+ reporters : [ { type : 'html' } , { type : 'text-summary' } ]
3430 } ,
3531 reporters : [ 'progress' , 'kjhtml' ] ,
3632 port : 9876 ,
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
99 require ( 'karma-jasmine' ) ,
1010 require ( 'karma-chrome-launcher' ) ,
1111 require ( 'karma-jasmine-html-reporter' ) ,
12- require ( 'karma-coverage' ) ,
13-
12+ require ( 'karma-coverage' )
1413 ] ,
1514 client : {
1615 jasmine : {
You can’t perform that action at this time.
0 commit comments