2 questions
0
votes
0
answers
56
views
Getting "SyntaxError: Cannot use import statement outside a module" when using Nest, Typeorm, Vitest and SWC
I recently experienced a memory leak in my jest with ts-node tests in my Nestjs project. After debugging, all evidence pointed towards jest being the issue so I started to migrate to vitest, following ...