'failed to resolve import in '@/...'" vitest?
Bump into this error and i resolve it by using the good old absolute path for example if you have component in /src/component then you should provide '../component/<your component name>.tsx'
Bump into this error and i resolve it by using the good old absolute path for example if you have component in /src/component then you should provide '../component/<your component name>.tsx'
Comments