Skip to content

Commit 7ca0aaa

Browse files
committed
chore: update jest config
1 parent 041e2bf commit 7ca0aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/parameters/jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
'coveragePathIgnorePatterns': [
2626
'/node_modules/',
2727
'/types/',
28+
'/src/docs.ts', // this file is only used for documentation
2829
],
2930
'coverageThreshold': {
3031
'global': {

0 commit comments

Comments
 (0)