Skip to content

Commit

Permalink
test: fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 7, 2022
1 parent 4c529ce commit 8d73abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.mjs
Expand Up @@ -4,7 +4,6 @@ const config = {
preset: 'ts-jest',
testMatch: ['<rootDir>/tests/**/*.test.ts'],
collectCoverageFrom: ['<rootDir>/src/**/*.ts'],
setupFilesAfterEnv: ['<rootDir>/tests/jest.setup.ts'],
globals: {
'ts-jest': {
tsconfig: '<rootDir>/tests/tsconfig.json'
Expand Down

0 comments on commit 8d73abe

Please sign in to comment.