UNPKG
http-methods
Version:
latest (1.1.0)
1.1.0
1.0.0
0.1.0
Handle multiple methods elegantly
github.com/Raynos/http-methods
Raynos/http-methods
http-methods
/
testem.json
14 lines
•
307 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"framework"
:
"custom"
,
"browserify"
:
true
,
"src_files"
:
[
"test/**/*.js"
,
"node_modules/testem/adapters/testling.js"
]
,
"watch_files"
:
[
"test/**/*.js"
,
"./index.js"
]
,
"node"
:
"node_modules/.bin/tap"
,
"node-args"
:
[
"--tap"
,
"test"
]
}