Skip to content

Commit

Permalink
fix: remove console.log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed May 17, 2024
1 parent becb945 commit b2d43ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/test/files.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ test('accounts are sorted before serialization', async () => {
},
];
const serialized = JSON.parse(generateAccountsCode(accounts));
console.log('serialized', serialized);
expect(Object.keys(serialized)[0]).toEqual('wallet_1');
expect(serialized.wallet_1).toEqual({
balance: '200',
Expand Down

0 comments on commit b2d43ea

Please sign in to comment.