Skip to content

Commit

Permalink
clean coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Dec 17, 2024
1 parent 661cde2 commit 0664af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config: Config.InitialOptions = {
// NOTE: overridden in e2e test. Make sure to
// update that match as well when changing this one
testMatch: ['**/?(*.)test.ts'],
coverageReporters: ['text-summary', 'lcov'],
moduleNameMapper: {
'@credo-ts/(.+)': ['<rootDir>/../../packages/$1/src', '<rootDir>/../packages/$1/src', '<rootDir>/packages/$1/src'],
},
Expand Down

0 comments on commit 0664af6

Please sign in to comment.