Skip to content

Commit

Permalink
Added wallaby.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
drewschrauf committed May 3, 2016
1 parent 5bf93e1 commit f0fe012
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions wallaby.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = function (wallaby) {
return {
files: ['src/**/*.js'],
tests: ['test/**/*.spec.js'],
env: {
type: 'node'
},
compilers: {
'**/*.js': wallaby.compilers.babel()
},
setup: function (wallaby) {
require('jsdom-global')()
}
}
}

0 comments on commit f0fe012

Please sign in to comment.