Skip to content

Commit

Permalink
fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Sep 12, 2023
1 parent c1b8068 commit cf2d694
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/__tests__/SwapWidget.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { CHAINS_RESPONSE } from "../../../fixtures/chains";
import { SwapWidget } from "../SwapWidget";
import { LAST_SOURCE_CHAIN_KEY } from "../SwapWidget/useSwapWidget";

const wait = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));

const handlers = [
rest.get("https://api.skip.money/v1/info/chains", (_, res, ctx) => {
return res(ctx.status(200), ctx.json(CHAINS_RESPONSE));
Expand Down

0 comments on commit cf2d694

Please sign in to comment.