Skip to content

Commit

Permalink
chore: ignore TS Types unit tests coverage (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Aug 10, 2023
1 parent 85cee52 commit aed13cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config: Config.InitialOptions = {
'src/aurelia-slickgrid/**/*.ts',
'!dist/**',
'!src/assets/**',
'!src/**/models/**',
'!**/node_modules/**',
'!**/test/**',
'!src/examples/**',
Expand Down

0 comments on commit aed13cf

Please sign in to comment.