From 1d2845befc84735fe86b3938ad28e0a5fe5093de Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Mon, 15 Jan 2024 21:41:46 +0100 Subject: [PATCH] Remove stray .only modifier --- node-src/tasks/upload.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-src/tasks/upload.test.ts b/node-src/tasks/upload.test.ts index 8a543741a..e2665b1d3 100644 --- a/node-src/tasks/upload.test.ts +++ b/node-src/tasks/upload.test.ts @@ -488,7 +488,7 @@ describe('uploadStorybook', () => { }); }); - it.only('batches calls to uploadBuild mutation', async () => { + it('batches calls to uploadBuild mutation', async () => { const client = { runQuery: vi.fn() }; client.runQuery.mockReturnValueOnce({ uploadBuild: {