blob: 5631c004b9aeb940249b7345db0886322c63874d [file] [log] [blame]
module.exports = function () {
return {
files: [
'lib/**/*@(.js)'
],
tests: [
'./test/lib/**/*.spec@(.js)'
],
env: {
type: 'node'
},
testFramework: 'mocha'
}
}