Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 616769d

Browse files
committed
fix(karma): Removed loader file from unit config
1 parent 15b4370 commit 616769d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = function(config){
1111
],
1212

1313
exclude : [
14+
'app/lib/angular/angular-loader.js',
1415
'app/lib/angular/*.min.js'
1516
],
1617

0 commit comments

Comments
 (0)