Cannot find module '@ioc:Adonis' modules within ts-jest #3120
Unanswered
wrbwilkinson
asked this question in
Help
Replies: 1 comment 4 replies
-
@wrbwilkinson |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I've been struggling to figure out why, I'm getting this error only in jest (using
ts-jest
):Cannot find module '@ioc:Adonis/Core/Logger' from 'app/Exceptions/Handler.ts'
If anyone has any ideas, don't hesitate to share them.
What I've done already:
ts-jest
using the correcttsconfig
file (same as my Adonis project, which runs fine, no errors there)adonis-jest
error still persistjest
cacheBeta Was this translation helpful? Give feedback.
All reactions