-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid imports in test files #190
Labels
❔ Question
Question
Comments
you have to use ../app instead of @/ and you should be good to go |
Yes, I can, but this is the template, it should work or maybe need to be fixed? Moreover is /src folder these imports like @/app, @/utils works perfectly. What's the difference? |
I fixed it by removing |
try |
or just edit class App in app.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary (요약)
I created a new project with prisma template. All tests are passing, but imports are not visible. I use latest VS code.
How to this these imports (problem exists only in .test.ts files).
The text was updated successfully, but these errors were encountered: