Skip to content

Commit

Permalink
oops, remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Jul 7, 2024
1 parent 16ddc83 commit 07d2f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/test-utils/launchNode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('launchNode', () => {
cleanup();
});

test.only('calling cleanup multiple times does not retry process killing', async () => {
test('calling cleanup multiple times does not retry process killing', async () => {
const killSpy = vi.spyOn(process, 'kill');

const { cleanup } = await launchNode();
Expand Down

0 comments on commit 07d2f6c

Please sign in to comment.