File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212### Patch
1313
1414- Updated dependencies.
15+ - Use [ ` coverage-node ` ] ( https://npm.im/coverage-node ) to enforce 100% code coverage for tests.
1516- Increased the universal API size-limit from 3 KB to 3.5 KB.
1617- Updated the ` useGraphQL ` React hook examples to use the [ GitHub GraphQL API] ( https://docs.github.com/en/graphql ) .
1718- Improved the ` useGraphQL ` React hook tests.
Original file line number Diff line number Diff line change 7474 "@babel/preset-react" : " ^7.10.4" ,
7575 "@size-limit/preset-small-lib" : " ^4.6.0" ,
7676 "babel-eslint" : " ^10.1.0" ,
77+ "coverage-node" : " ^3.0.0" ,
7778 "eslint" : " ^7.9.0" ,
7879 "eslint-config-env" : " ^15.0.1" ,
7980 "eslint-config-prettier" : " ^6.11.0" ,
109110 "test" : " npm run test:eslint && npm run test:prettier && npm run test:api && npm run test:size" ,
110111 "test:eslint" : " eslint --ext mjs,js ." ,
111112 "test:prettier" : " prettier -c ." ,
112- "test:api" : " node -r hard-rejection/register test" ,
113+ "test:api" : " coverage- node -r hard-rejection/register test" ,
113114 "test:size" : " size-limit" ,
114115 "prepublishOnly" : " npm test"
115116 }
You can’t perform that action at this time.
0 commit comments