Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit f41f397

Browse files
committed
ignore type definitions in coverage metrics
1 parent f1081e9 commit f41f397

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)