Sign in
cobalt
/
cobalt
/
08336faa599332e3e3bf29b7ad38ef023018b55e
/
.
/
third_party
/
devtools
/
node_modules
/
karma-mocha
/
wallaby.js
blob: 5631c004b9aeb940249b7345db0886322c63874d [
file
] [
log
] [
blame
]
module
.
exports
=
function
()
{
return
{
files
:
[
'lib/**/*@(.js)'
],
tests
:
[
'./test/lib/**/*.spec@(.js)'
],
env
:
{
type
:
'node'
},
testFramework
:
'mocha'
}
}