Replies: 1 comment
-
If I replace with this then it works:
If I replace with this, it does NOT work even thought the console shows the correct path.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Configure alias '@' in vitest.config
Top of test defines imports:
No issue with @test but '@' produces the following error:
Failed to resolve import "@/features/oetype/ManageOeType" from "tests/unit/features/org/oetype/ManageOeType.test.ts". Does the file exist?
tsConfig works fine for building:
Beta Was this translation helpful? Give feedback.
All reactions