We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa338d + e7f9b28 commit 316d290Copy full SHA for 316d290
src/test-storybook.ts
@@ -80,7 +80,7 @@ async function reportCoverage() {
80
81
const onProcessEnd = () => {
82
cleanup();
83
- if (process.env.STORYBOOK_COLLECT_COVERAGE !== 'true') {
+ if (process.env.STORYBOOK_COLLECT_COVERAGE === 'true') {
84
reportCoverage();
85
}
86
};
0 commit comments