Skip to content

Commit

Permalink
Shhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages committed Sep 10, 2019
1 parent 3b88895 commit af91f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
coverageReporters: ['text', 'html', 'text-summary', 'lcov'],
collectCoverageFrom: ['src/**/*.{ts,tsx}'],
modulePathIgnorePatterns: ['pkg/', 'resources/'],
testPathIgnorePatterns: ['<rootDir>/src/index.ts'],
testPathIgnorePatterns: ['<rootDir>/src/index.ts', '<rootDir>/docs/*'],
globals: {
'ts-jest': {
tsConfig: '<rootDir>/tsconfig.test.json',
Expand Down

0 comments on commit af91f75

Please sign in to comment.