Skip to content

Commit

Permalink
Merge branch 'main' into file-url-header
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 1, 2023
2 parents daa5801 + 968c653 commit 05d5f0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */

module.exports = {
coveragePathIgnorePatterns: ['/dist', '/node_modules'],
coveragePathIgnorePatterns: ['<rootDir>/dist', '<rootDir>/node_modules'],
coverageReporters: ['text'],
coverageThreshold: {
global: {
branches: 80,
Expand All @@ -10,9 +10,8 @@ module.exports = {
statements: 90,
},
},
modulePaths: ['<rootDir>'],
modulePathIgnorePatterns: ['<rootDir>/dist/'],
roots: ['<rootDir>'],
rootDir: __dirname,
setupFiles: ['./__tests__/setup'],
setupFilesAfterEnv: ['jest-extended/all'],
testPathIgnorePatterns: [
Expand Down

0 comments on commit 05d5f0c

Please sign in to comment.