Skip to content

Commit

Permalink
Merge branch 'master' into eslint-es6-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyminds committed Oct 6, 2015
2 parents 2b4be3d + bcee69c commit eb62501
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 eb62501

Please sign in to comment.