You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have use jest to test function with Transactional decorator then I following these step to mock transaction for unit test mocking and get error from jest with message No storage driver defined in your app ... please call initializeTransactionalContext() before application start.
Do anyone have any solution to resolve this issue?
The text was updated successfully, but these errors were encountered:
[x] NestJS
[x] TypeORM
I have use jest to test function with Transactional decorator then I following these step to mock transaction for unit test mocking and get error from jest with message
No storage driver defined in your app ... please call initializeTransactionalContext() before application start.
Do anyone have any solution to resolve this issue?
The text was updated successfully, but these errors were encountered: