File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
node-version : ${{ matrix.node-version }}
32
32
- run : npm install
33
- - run : npm test
33
+ - run : npm run test:coverage
Original file line number Diff line number Diff line change 21
21
"lint" : " eslint src/*.js test/*.js" ,
22
22
"test-generate-mo" : " msgfmt test/fixtures/latin13.po -o test/fixtures/latin13.mo & msgfmt test/fixtures/utf8.po -o test/fixtures/utf8.mo & msgfmt test/fixtures/obsolete.po -o test/fixtures/obsolete.mo" ,
23
23
"test" : " mocha" ,
24
+ "test:coverage" : " npx c8 --check-coverage npm run test" ,
24
25
"preversion" : " npm run lint && npm test" ,
25
26
"postversion" : " git push && git push --tags" ,
26
27
"prepublishOnly" : " npm i && tsc && npm run lint && npm run test"
44
45
"eslint-plugin-import" : " ^2.29.1" ,
45
46
"eslint-plugin-n" : " ^16.6.2" ,
46
47
"eslint-plugin-promise" : " ^6.1.1" ,
47
- "mocha" : " ^10.3 .0" ,
48
+ "mocha" : " ^10.4 .0" ,
48
49
"typescript" : " ^5.4.5"
49
50
},
50
51
"keywords" : [
You can’t perform that action at this time.
0 commit comments