UNPKG
@btilford/uri-template
Version:
latest (0.0.2)
0.0.2
0.0.1
Javascript RFC 6570 URI template
github.com/btilford/js-uri-template
btilford/js-uri-template
@btilford/uri-template
/
.mocharc.js
13 lines
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{
diff:
true
,
extension:
[
'js'
, ],
ignore:
[],
reporter:
'spec'
,
slow:
75
,
timeout:
10000
,
ui:
'bdd'
,
spec:
'test/**/*.spec.js'
,
watch:
false
}
;