Skip to content

Commit

Permalink
Ignore typings.d.ts in test coverage to get CI passing
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed May 2, 2022
1 parent 6b72624 commit 2eb9f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module.exports = {
'/__mocks-ng-workspace__/',
'/__testfixtures__/',
'^.*\\.stories\\.[jt]sx?$',
'typings.d.ts$',
],
globals: {
DOCS_MODE: false,
Expand Down

0 comments on commit 2eb9f6a

Please sign in to comment.