File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - node
4- after_success : ' yarn test:coveralls'
4+ script : ' yarn test:coverage'
5+ after_success : ' yarn test:report'
Original file line number Diff line number Diff line change 88 " README.md"
99 ],
1010 "scripts" : {
11- "build" : " babel src -d dist --ignore *.spec .js" ,
11+ "build" : " babel src -d dist --ignore *.test .js" ,
1212 "prepublish" : " yarn build" ,
1313 "test" : " jest src/**/*.test.js" ,
14- "test:coverage" : " jest src/**/*. test.js --coverage" ,
15- "test:coveralls " : " yarn test:coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
14+ "test:coverage" : " yarn test -- --coverage" ,
15+ "test:report " : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" ,
1616 "test:watch" : " yarn test -- --watch"
1717 },
1818 "author" : " Matt Phillips" ,
You can’t perform that action at this time.
0 commit comments