Skip to content

Commit 153dd4f

Browse files
committed
Merge pull request mgechev#937 from vincentpalita/master
Excluded node_modules' spec files in karma configuration.
2 parents 227135c + 209f0cf commit 153dd4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

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

5858
// list of files to exclude
5959
exclude: [
60+
'node_modules/**/*spec.js'
6061
],
6162

6263

0 commit comments

Comments
 (0)