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
Added context, I'm trying to move my vitest.config.ts into the vite.config.ts so we can share config between tests and the app (seems like a good idea). epicweb-dev/epic-stack#822
This person had a similar issue: #8367 (comment) however their solution was to disable the remix plugin during tests which I think is not a good idea since we want our tests to resemble our running application as much as possible.
Reproduction
System Info
Used Package Manager
npm
Expected Behavior
I expect the tests to run without issue
Actual Behavior
I get the following error:
Test files are a special case.
I'm thinking anything out of the app directory should be ignored by this module import check. That would resolve my issue.
The text was updated successfully, but these errors were encountered: