fix(jest): fix path to stub.css - #313
Conversation
|
Not sure what's happening in your case, but Have you tried reinstalling your dependencies? |
|
I see |
|
Can you reproduce this into a clean project? |
|
I created a new project, added a css file and import it in the MyButton.vue demo file |
|
Thanks for the contribution, and sorry it went unattended for so long. The Jest AE is no longer maintained and has been deprecated on npm, so we are closing the remaining Jest PRs. We recommend migrating to the Vitest AE. Vitest provides a Jest migration guide. |

What kind of change does this PR introduce? (check at least one)
If you are adding a new test runner, have you...? (check all)
/packages/base/runners.json?/README.md?baseline.spec.vue?Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch and not themasterbranchfix: #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
I encountered an error
which is fixed on my site with the change of path to the stub.css.