Skip to content

Commit

Permalink
chore: save work
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano committed Dec 13, 2024
1 parent 71cfe78 commit 822ce78
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 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 @@ -11,7 +11,6 @@ const mockedApolloClient = jest.mocked(ApolloClient);
describe("Aptos API", () => {
let api: AptosAPI;
const currencyId = "aptos";
// const address = "";

beforeAll(() => {
api = new AptosAPI(currencyId);
Expand All @@ -36,7 +35,7 @@ describe("Aptos API", () => {
expect(mockedApolloClient).toHaveBeenCalledTimes(1);
});

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

0 comments on commit 822ce78

Please sign in to comment.