#test e2e. Problems with modules.
1 messages · Page 1 of 1 (latest)
`Test suite failed to run
Cannot find module 'src/modules/user/user-repository' from '../src/configs/redis/redis.module.ts'`
Show dir tree
In my experience VSCode will tell you it is properly imported with src/
But in the practice, you have to import with ../src/
If your structure has, as by default, src and test at the same level
Moreover: If you are using jest, it will recognise better the relative paths even if there is no compilation error with src based ones