Skip to content

Commit

Permalink
Updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyMitch committed Apr 19, 2024
1 parent d30bd77 commit ff7f2ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ package-lock.json
tsconfig.tsbuildinfo
build
releases
coverage
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
package-lock.json
build
coverage
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config: JestConfigWithTsJest = {
},
testPathIgnorePatterns: ['node_modules/', 'build/', 'setupTests.ts'],
collectCoverage: true,
collectCoverageFrom: ['src/**/*.ts'],
collectCoverageFrom: ['src/**/*.ts', 'src/**/*.tsx'],
coveragePathIgnorePatterns: ['index.ts', 'config.ts'],
coverageReporters: [['lcov', { projectRoot: '..' }]],
coverageThreshold: {
Expand Down

0 comments on commit ff7f2ff

Please sign in to comment.