mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
15 lines
226 B
JSON
15 lines
226 B
JSON
|
{
|
||
|
"framework": "custom",
|
||
|
"src_files": [
|
||
|
"src/**/*.js",
|
||
|
"test/**/*.js"
|
||
|
],
|
||
|
"launchers": {
|
||
|
"tap": {
|
||
|
"command": "ava test/**/*.js --tap",
|
||
|
"protocol": "tap"
|
||
|
}
|
||
|
},
|
||
|
"launch_in_dev": [ "tap" ]
|
||
|
}
|