Vijay Raju

Results 5 comments of Vijay Raju
trafficstars

From what I can tell, there is no initial reporting in coverage/storybook/coverage-storybook.json Any ideas where to start debugging to figure out why nothing is getting reported in this file?

Hey @yannbf it's a react typescript app, not a monorepo. Also using webpack4

When following the steps for react app, I am seeing no coverage in storybook

This is how my `.storybook/main.js` file looks ```js module.exports = { "stories": [ "../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)" ], "addons": [ "@storybook/addon-coverage" ] } ``` Current `.storybook/webpack.config.js` ```js module.exports = ({ config })...

> * remove addon-coverage and set up the Istanbul babel plugin yourself together with the other babel plugins you have as part of your babel loader. Use this as reference...