diff --git a/packages/web-react/config/jest/config.js b/packages/web-react/config/jest/config.js index 7293af43c7..8ae6d64f4a 100644 --- a/packages/web-react/config/jest/config.js +++ b/packages/web-react/config/jest/config.js @@ -48,7 +48,7 @@ const config = { // An array of regexp pattern strings that are matched against all file paths before executing the test. // https://jestjs.io/docs/configuration#coveragepathignorepatterns-arraystring - coveragePathIgnorePatterns: ['__fixtures__', '.*.stories.*', '/stories/.*'], + coveragePathIgnorePatterns: ['__fixtures__', '.*.stories.*', '/stories/.*', '/demo/.*'], // A list of reporter names that Jest uses when writing coverage reports. Any istanbul reporter can be used. // https://jestjs.io/docs/configuration#coveragereporters-arraystring--string-options