@swc/jest not working with windows cmd and git bash: Cannot find module 'ts-jest' #4325
distor-sil3nt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get
@swc/jest
to work under windows in order to run tests for avue3
app withtypescript
. However, I keep running into errors when executingnpm run test
:The same tests are running well without errors with macOS terminal shell.
My Jest config is included in the
package.json
:Package versions:
Since I don't want to use
ts-jest
for performance reasons I was wondering if someone else already encountered the same problem and has a fix for this? The problem seems to be exclusive to windows and I found no open issue for this.Beta Was this translation helpful? Give feedback.
All reactions