Skip to content

Commit

Permalink
🔧 - test: remove fixture from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jan 16, 2025
1 parent f12dd06 commit 90849eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [
"@storybook/preset-create-react-app",
"@storybook/addon-coverage",
"@storybook/addon-links",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-interactions",
"storybook-addon-mock",
"storybook-addon-module-mock",
{
name: "@storybook/addon-coverage",
options: {
istanbul: {
exclude: "**/fixtures/**",
},
},
},
],
framework: {
name: "@storybook/react-webpack5",
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"jest": {
"coveragePathIgnorePatterns": [
"/node_modules/",
"/fixtures/",
".*\\.test\\.tsx?",
".*\\.stories\\.tsx?"
]
Expand Down

0 comments on commit 90849eb

Please sign in to comment.