Skip to content

Commit

Permalink
test: did service
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Nov 20, 2024
1 parent aaac8c7 commit e45f94b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/did/did.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ const dataSourceMockFactory = jest.fn(() => ({
startTransaction: jest.fn(),
release: jest.fn(),
rollbackTransaction: jest.fn(),
manager: {
save: jest.fn((_target, entity) => entity),
},
})),
}));

Expand Down

0 comments on commit e45f94b

Please sign in to comment.