Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
netbonus committed Jul 9, 2024
1 parent 614ac52 commit b6fc3b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/__test__/e2e/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ describe('API', () => {
"44'/60'/0'/0/0",
);
expect(addresses).toHaveLength(1);
console.log(addresses[0]);
expect(addresses[0]).toBeTruthy();
});

Expand All @@ -217,7 +216,6 @@ describe('API', () => {
n: 5,
},
);
console.log(addresses[0]);
expect(addresses).toHaveLength(5);
addresses.forEach((address) => expect(address).toBeTruthy());
});
Expand All @@ -230,7 +228,6 @@ describe('API', () => {
startPathIndex: 10,
},
);
console.log(addresses[0]);
expect(addresses).toHaveLength(3);
addresses.forEach((address) => expect(address).toBeTruthy());
});
Expand Down

0 comments on commit b6fc3b3

Please sign in to comment.