Issue when running tests after upgrading to 5.2.2 #147
Unanswered
nikola-lenert
asked this question in
General
Replies: 1 comment 5 replies
-
Sounds like you are missing some await somewhere, the error is quite self explanatory, the |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug

Since we upgraded
mikro-orm/nestjs
to version5.2.2
, the error above occurs 100+ times for various files during the duration of the tests.Stack trace
To Reproduce
Not sure how to reproduce...
Expected behavior
The error doesn't happen.
Additional context
Works fine on
mikro-orm/nestjs 5.1.0
.I tried removing all usage of
MikroOrmModule.forRoot
across tests but it didn't help.The issue doesn't seem to affect passing of the tests.
Let me know if I can provide any additional info.
Versions
Beta Was this translation helpful? Give feedback.
All reactions