UNPKG
hugs
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.0.2
1.0.1
0.0.1
Hugs - a wrapper for test frameworks
github.com/lawrencec/hugs
lawrencec/hugs
hugs
/
.travis.yml
11 lines
(10 loc)
•
200 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node
_js node_
js:
-
"6"
-
"8" script:
-
npm run lint
-
npm run test:unit:coverage:cc
-
npm run test:functional:ava
-
npm run test:functional:mocha
-
npm run test:functional:tap