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
Thank you for your work on this package and apologies in advance if this issue is the result of user error.
I see the following error in the example react-app-ts and also when incorporating vite-jest into my own react app.
/code/vite-jest/examples/react-app-ts/node_modules/vite-jest/bin/vite-jest.js:3
import fs from 'fs'
^^^^^^
SyntaxError: Cannot use import statement outside a module
at Module._compile (internal/modules/cjs/loader.js:895:18)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module.runMain (internal/modules/cjs/loader.js:1047:10)
at internal/main/run_main_module.js:17:11
The text was updated successfully, but these errors were encountered:
I am getting a very similar issue specifically when testing React components following the same example. In this case, react-hook-form seems to be the offender.
I can post more details if that is helpful
Maybe more related to #11 though now that I read through it
@mijamo The error in my screenshot was with npm v7.19.0. I have not tried pnpm, although I did observe the same issue with Yarn 2 as you indicated as well.
Thank you for your work on this package and apologies in advance if this issue is the result of user error.
I see the following error in the example react-app-ts and also when incorporating
vite-jest
into my own react app.The text was updated successfully, but these errors were encountered: