Nesting describe
calls breaks the display of tests in storybook
#18
Labels
describe
calls breaks the display of tests in storybook
#18
I've extracted my tests into a separate file using this method: #17
/.storybook/config.js
/.storybook/test-register.js
/src/Component/Component.stories.js
Now with this Component.test.js it works:
But when I nest multiple describes like this: it no longer works.
The text was updated successfully, but these errors were encountered: