Skip to content

Commit

Permalink
Removing drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Jul 1, 2024
1 parent be6b068 commit 9eb3dd0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/docs-snippets2/src/wallet/getBalance.test.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
import { WalletsConfig } from '@fuel-ts/account/dist/test-utils';
import { launchTestNode } from '@fuel-ts/contract/dist/test-utils';

import { main } from './getBalance.wrapped';

/**
* @group node
* @group browser
*/
test('it works', async () => {
const {
wallets: [wallet],
} = await launchTestNode();
const { balances } = await main(wallet);
const { balances } = await main();
expect(balances).toBeTruthy();
});

0 comments on commit 9eb3dd0

Please sign in to comment.