Games Cupboard / build / js / node_modules / karma-mocha / wallaby.js
module.exports = function () { return { files: [ 'lib/**/*@(.js)' ], tests: [ './test/lib/**/*.spec@(.js)' ], env: { type: 'node' }, testFramework: 'mocha' } }
module.exports = function () { return { files: [ 'lib/**/*@(.js)' ], tests: [ './test/lib/**/*.spec@(.js)' ], env: { type: 'node' }, testFramework: 'mocha' } }