Skip to content

Commit

Permalink
Merge 819f694 into 70d21f4
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemGovorov committed Oct 6, 2015
2 parents 70d21f4 + 819f694 commit 392aeb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = function(wallaby) {
{pattern: 'wallaby-main.js', instrument: false},

// Source files
{pattern: 'src/**/!(*.spec).js', load: false}
{pattern: 'src/**/*.js', load: false},
'!src/**/*.spec.js'
],
tests: [
{pattern: 'src/**/*.spec.js', load: false}
Expand Down

0 comments on commit 392aeb9

Please sign in to comment.