Skip to content

Commit

Permalink
refactor(design-system): setupTests file
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Jan 15, 2024
1 parent 475e028 commit 35d9d1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/design-system/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/apps/design-system',

}
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/design-system/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"**/*.stories.jsx",
"**/*.stories.tsx"
],
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"]
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx", "setupTests.ts"]
}

0 comments on commit 35d9d1d

Please sign in to comment.