Skip to content

Commit

Permalink
Clean up devDependencies, xo rules and fix coverage
Browse files Browse the repository at this point in the history
* remove obsolete/no loner applicable xo suppressions
* replace the deprecated read-pkg-up with read-package-up
* fix Jest coverage and move it outside of package.json
  • Loading branch information
XhmikosR committed Mar 26, 2024
1 parent db4351c commit 510c8a7
Show file tree
Hide file tree
Showing 6 changed files with 1,533 additions and 1,431 deletions.
8 changes: 8 additions & 0 deletions jest.config.js
@@ -0,0 +1,8 @@
const config = {
coverageProvider: 'v8',
coverageReporters: ['html', 'lcov', 'text'],
collectCoverageFrom: ['cli.js', 'index.js', 'src/*.js', '!**/node_modules/**'],
roots: [''],
};

export default config;

0 comments on commit 510c8a7

Please sign in to comment.