File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4- - " 8.9"
4+ - 12
5+
6+ git :
7+ submodules : false
8+
9+ before_install :
10+ - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
11+ - git submodule update --init --recursive
512
613script :
14+ - npm ci
715 - npm test
8-
16+
917after_success :
10- - npm run coverage
18+ - npm run coverage
Original file line number Diff line number Diff line change 2222 "lint" : " eslint --ext .ts ." ,
2323 "prepare" : " npm run lint && npm run build" ,
2424 "postversion" : " git push --tags" ,
25- "test" : " mocha --require ts-node/register test/*.ts" ,
25+ "test" : " mocha --timeout=10000 -- require ts-node/register test/*.ts" ,
2626 "test:watch" : " mocha --require ts-node/register --watch --watch-files src/*.ts, test/*.ts"
2727 },
2828 "keywords" : [
You can’t perform that action at this time.
0 commit comments