You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like our Vitest sandbox tests are only testing the basic stories, and not any of the symlinked stories at all. I quickly checked that the behavior works in Vitest ~2.0.0 but does not in Vitest ~2.1.0.
Describe the bug
Seems like our Vitest sandbox tests are only testing the basic stories, and not any of the symlinked stories at all. I quickly checked that the behavior works in Vitest
~2.0.0
but does not in Vitest~2.1.0
.Take a look in a recent run in
next
: https://app.circleci.com/pipelines/github/storybookjs/storybook/84147/workflows/ae66030f-9e87-494b-a0db-cd3016f2a198/jobs/708910Notice that only the basic stories are tested. There are 8 tests in that run, it should be around 190.
To reproduce:
yarn vitest
The text was updated successfully, but these errors were encountered: