Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsichury committed Sep 15, 2023
1 parent 02adaad commit e44aaf5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/client/__tests__/Web3SwapClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jest.mock('@airswap/libraries', () => ({
jest.mock('ethers');
jest.useFakeTimers();

beforeEach(() => {
jest.spyOn(global, 'setInterval');
});

afterEach(() => {
// @ts-ignore
global.setInterval.mockRestore();
});

const mockedEther = ethers as jest.Mocked<typeof ethers>;

describe("Web3SwapClient", () => {
Expand Down

0 comments on commit e44aaf5

Please sign in to comment.