Open
Description
So I'm using Jest and we are strictly doing unit tests -
I used the example
jest.mock('typeorm-transactional-cls-hooked', () => ({
Transactional: () => () => ({}),
BaseRepository: class {},
}));
But it errors on initializeTransactionalContext(). Where would initializeTransactionalContext be used within a jest unit test ?
Metadata
Metadata
Assignees
Labels
No labels