diff --git a/wallaby.conf.js b/wallaby.conf.js index 8ca2b24..c19d160 100644 --- a/wallaby.conf.js +++ b/wallaby.conf.js @@ -15,5 +15,6 @@ module.exports = function(wallaby) { env: { type: 'node', }, + testFramework: 'mocha', }; };