mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Add testem as a main test runner
This commit is contained in:
parent
19646053ce
commit
0694b30fc6
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" ]
|
||||
}
|
@ -25,7 +25,8 @@
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-preset-env": "^1.3.3",
|
||||
"babel-register": "^6.24.1",
|
||||
"sinon": "^2.1.0"
|
||||
"sinon": "^2.1.0",
|
||||
"testem": "^1.16.2"
|
||||
},
|
||||
"ava": {
|
||||
"require": [
|
||||
@ -40,7 +41,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ava",
|
||||
"test": "testem",
|
||||
"prepublish": "make boosh"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user