Skip to content

Commit 749ff05

Browse files
authored
ignore type definitions in coverage metrics (#95)
1 parent f1081e9 commit 749ff05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const config: Config.InitialOptions = {
1313
'src/**/*.{ts,tsx}',
1414
'!src/version.ts',
1515
'!src/index.ts',
16+
'!**/*.d.ts',
1617
],
1718
coverageProvider: 'v8',
1819
coverageThreshold: {

0 commit comments

Comments
 (0)