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
Using the ts-vitest template located here,
running "yarn test" works on yarn 1:
But not with later versions of yarn (3+):
I was able to run the tests successfully after converting the solution to React and commenting out the following line in vite.config.ts:
deps: { registerNodeLoader: true }
However the issue seems to persist in the solidjs version if the same change is made.
Describe the bug
Using the ts-vitest template located here,
running "yarn test" works on yarn 1:
But not with later versions of yarn (3+):
I was able to run the tests successfully after converting the solution to React and commenting out the following line in vite.config.ts:
deps: { registerNodeLoader: true }
However the issue seems to persist in the solidjs version if the same change is made.
The working react repository is here: https://github.com/Haemoglobin/solidjs-yarn/tree/react
Your Example Website or App
https://github.com/Haemoglobin/solidjs-yarn
Steps to Reproduce the Bug or Issue
Expected behavior
Tests run correctly without error, similarly to the converted react example here https://github.com/Haemoglobin/solidjs-yarn/tree/react
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: