Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Nov 15, 2024
1 parent c4ff5d7 commit f893fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/functions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ vi.mock("@store", () => ({
transactionSettings: { set: vi.fn() },
hideFeeApr: { set: vi.fn() },
aprFilter: { set: vi.fn() },
isVisibleBalance: { set: vi.fn() },
visible: { set: vi.fn() },
}));

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

0 comments on commit f893fd8

Please sign in to comment.