Source formatting #19

This commit is contained in:
Zeno Rocha
2015-09-29 22:28:15 -07:00
parent 4534fc4ca0
commit aeec3fd520
3 changed files with 7 additions and 8 deletions

View File

@ -10,7 +10,7 @@ module.exports = function(karma) {
'./node_modules/phantomjs-polyfill/bind-polyfill.js'
],
exclude: ['test/node.js'],
exclude: ['test/module-systems.js'],
preprocessors: {
'src/**/*.js' : ['browserify'],