File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "all" : true ,
3+ "reporter" : [
4+ " html" ,
5+ " text" ,
6+ " lcov"
7+ ],
8+ "exclude" : [
9+ " coverage" ,
10+ " eslint.config.mjs" ,
11+ " example" ,
12+ " scripts" ,
13+ " test" ,
14+ " **/*.d.*ts"
15+ ]
16+ }
Original file line number Diff line number Diff line change 3636 "lint" : " eslint ." ,
3737 "postlint" : " tsc -p . && attw -P" ,
3838 "pretests-only" : " npm run submodule:update && cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async" ,
39- "tests-only" : " tape test/*.js" ,
39+ "tests-only" : " nyc tape test/*.js" ,
4040 "pretest" : " npm run lint" ,
4141 "test" : " npm run --silent tests-only" ,
4242 "posttest" : " npm run test:multirepo && npx npm@\" >= 10.2\" audit --production" ,
7474 "mkdirp" : " ^0.5.6" ,
7575 "mv" : " ^2.1.1" ,
7676 "npmignore" : " ^0.3.5" ,
77+ "nyc" : " ^10.3.2" ,
7778 "rimraf" : " ^2.7.1" ,
7879 "safe-publish-latest" : " ^2.0.0" ,
7980 "tap" : " ^0.4.13" ,
You can’t perform that action at this time.
0 commit comments