Skip to content

Commit

Permalink
Add mock cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DennaGherlyn committed Jan 27, 2025
1 parent f8a0cc3 commit d0fbeda
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ describe('ssk_dusseldorf_dussdeddxxx', () => {
consoleSpy = jest.spyOn(console, 'debug');
});

afterEach(() => {
consoleSpy.mockRestore();
});

describe('#normalizeTransaction', () => {
const bookedTransactionOne = {
transactionId: '2024102900000000-1',
Expand Down

0 comments on commit d0fbeda

Please sign in to comment.