Skip to content

Commit

Permalink
test: index api
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano committed Dec 16, 2024
1 parent 822ce78 commit 88caa41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/ledger-live-common/src/families/aptos/api/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ describe("Aptos API", () => {
expect(mockedAptosConfig).toHaveBeenCalledTimes(1);
expect(mockedApolloClient).toHaveBeenCalledTimes(1);
});

// it("fetches the account information", () => {
// let spy = jest.spyOn(api, 'sayMyName').mockImplementation(() => 'Hello');
// });
});

0 comments on commit 88caa41

Please sign in to comment.