UNPKG
hydro-fail-fast
Version:
latest (0.0.2)
0.0.2
0.0.1
Abort hydro tests on first failure
github.com/hydrojs/hydro-fail-fast
hydrojs/hydro-fail-fast
hydro-fail-fast
/
component.json
15 lines
(14 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"hydro-fail-fast"
,
"repo"
:
"hydrojs/hydro-fail-fast"
,
"description"
:
"Abort hydro tests on first failure"
,
"version"
:
"0.0.2"
,
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"scripts"
:
[
"index.js"
]
,
"development"
:
{
"chaijs/simple-assert"
:
"*"
}
}