UNPKG

125 BYAMLView Raw
1language: node_js
2
3node_js:
4 - 11
5
6install:
7 - npm install -g jest
8 - npm install -g codecov
9
10script:
11 - jest && codecov