Skip to content

Commit

Permalink
Okay, now we're done
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Nov 3, 2023
1 parent afd04a6 commit d2b2e49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
collectCoverage: true,

// An array of glob patterns indicating a set of files for which coverage information should be collected
collectCoverageFrom: ['./src/**/*.ts', '!./src/logging-utils.ts'],
collectCoverageFrom: ['./src/**/*.ts'],

// The directory where Jest should output its coverage files
coverageDirectory: 'coverage',
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"noEmit": true,
"noErrorTruncation": true,
"noUncheckedIndexedAccess": true,
"paths": {
"@metamask/utils/node": ["./node_modules/@metamask/utils/dist/types/node"]
},
"strict": true,
"target": "es2020"
},
Expand Down

0 comments on commit d2b2e49

Please sign in to comment.