Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
devtools
/
node_modules
/
date-now
/
.testem.json
blob: 633c2ba84f4db49618ecffa2bd2e1d5e1e03adda [
file
] [
log
] [
blame
]
{
"launchers"
:
{
"node"
:
{
"command"
:
"npm test"
}
},
"src_files"
:
[
"./**/*.js"
],
"before_tests"
:
"npm run build"
,
"on_exit"
:
"rm test/static/bundle.js"
,
"test_page"
:
"test/static/index.html"
,
"launch_in_dev"
:
[
"node"
,
"phantomjs"
]
}