Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
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'
}
}