Running test-storybook does not seem to see .stories.mdx files, only .stories.js files. #18718
Unanswered
KennethSlade
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
test-storybook
, I only see my*.stories.js
files get run and pass. I don't see any of my.stories.mdx
files, even though stories are specified inmain.js
as both being valid:Output looks like:
I have about 10
.stories.mdx
files that aren't being picked up.Am I missing a configuration option or something or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions