Set testFramework in wallaby

This commit is contained in:
Aaron Jensen 2015-10-11 15:54:02 -07:00
parent 64d0b276f1
commit dbf0caaa52

View File

@ -15,5 +15,6 @@ module.exports = function(wallaby) {
env: {
type: 'node',
},
testFramework: 'mocha',
};
};