Commit d643427
authored
test(design-system): exclude some folder and files from coverage [AR-46651] (#132)
[Jira](https://github.com/drivenets/design-system/pull/AR-46651-add-tests-for-components-with-zero-coverage)
- '**/stories/**' - some components with multiple stories have "stories"
folder
- '**/*.stories.{ts,tsx}' - exclude stories itself
- '**/.storybook/**' - exlude global Storybook configuration
- '**/*.scss' - exclude css files (they appear when you run tests with
coverage via Vitest plugin in Cursor)1 parent 298d259 commit d643427
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments