Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 19, 2023
1 parent 05fd3bf commit 693e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/actions/getBalance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ beforeEach(async () => {
})

describe('getBalance', () => {
test.only('default', async () => {
test('default', async () => {
await expect(
getBalance(config, { address }),
).resolves.toMatchInlineSnapshot(`
Expand Down

1 comment on commit 693e2b7

@vercel
Copy link

@vercel vercel bot commented on 693e2b7 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2.vercel.app
wagmi-v2-git-tmm-v2-wagmi-dev.vercel.app
wagmi-v2-wagmi-dev.vercel.app

Please sign in to comment.