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
I've tried to write some tests with vitest and nuxt-test-utils, but caught an error: Failed to resolve import "#nuxt/mongoose" from "server/models/user.schema.ts". Does the file exist?.
I've tried to write some tests with vitest and nuxt-test-utils, but caught an error:
Failed to resolve import "#nuxt/mongoose" from "server/models/user.schema.ts". Does the file exist?
.Here is a reproduction, based on
nuxt-mongoose-minimal
: https://github.com/Giorno-Giovana/nuxt-mongoose-minimal. Just runpnpm install && pnpm test
.The text was updated successfully, but these errors were encountered: