mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Add testem as a main test runner
This commit is contained in:
14
.testem.json
Normal file
14
.testem.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"framework": "custom",
|
||||
"src_files": [
|
||||
"src/**/*.js",
|
||||
"test/**/*.js"
|
||||
],
|
||||
"launchers": {
|
||||
"tap": {
|
||||
"command": "ava test/**/*.js --tap",
|
||||
"protocol": "tap"
|
||||
}
|
||||
},
|
||||
"launch_in_dev": [ "tap" ]
|
||||
}
|
||||
Reference in New Issue
Block a user