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
Feel free to ignore this but I don't have time to post required "full blown" issue right now
@vue/cli-plugin-unit-jest is broken together with PNPM (without "shamfully-flat")
Only becuse @vue/cli-plugin-unit-jest - default Jest preset is referencing jest-serializer-vue as string instead of using require.resolve('jest-serializer-vue') as with other dependencies
Pls, can we start writing our code so that that NPM "flat node_modules mode" (which is ultimately broken) is not required? Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feel free to ignore this but I don't have time to post required "full blown" issue right now
@vue/cli-plugin-unit-jest
is broken together with PNPM (without "shamfully-flat")Only becuse
@vue/cli-plugin-unit-jest
- default Jest preset is referencingjest-serializer-vue
as string instead of usingrequire.resolve('jest-serializer-vue')
as with other dependenciesPls, can we start writing our code so that that NPM "flat node_modules mode" (which is ultimately broken) is not required? Thanks
Beta Was this translation helpful? Give feedback.
All reactions