Skip to content

Commit

Permalink
chore(wallaby): update wallaby configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 28, 2016
1 parent 4038642 commit 5f5883a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wallaby.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ module.exports = wallaby => ({
preserveConstEnums: true,
})
},

testFramework: {
type: 'mocha',
path: 'mocha'
},

env: {
type: 'node'
},
Expand All @@ -41,7 +41,6 @@ module.exports = wallaby => ({
global.Suite = global.mocha.Suite;
global.Test = global.mocha.Test;
require('./spec/helpers/test-helper');
require('./spec/helpers/ajax-helper');

//delete global context due to avoid issue by reusing process
//https://github.com/wallabyjs/public/issues/536
Expand Down

0 comments on commit 5f5883a

Please sign in to comment.