From d54487979dc1ab939419cb8c849f5b9a42758a85 Mon Sep 17 00:00:00 2001 From: IhorKarpiuk Date: Tue, 28 Nov 2023 11:50:09 +0200 Subject: [PATCH] chore: run prettier --- __tests__/commands.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/__tests__/commands.test.ts b/__tests__/commands.test.ts index a1318cd008..61e96d0b89 100644 --- a/__tests__/commands.test.ts +++ b/__tests__/commands.test.ts @@ -287,9 +287,7 @@ describe('E2E', () => { const entryPoints = getEntrypoints(testPath); - const args = getParams('../../../packages/cli/src/index.ts', 'bundle', [ - ...entryPoints, - ]); + const args = getParams('../../../packages/cli/src/index.ts', 'bundle', [...entryPoints]); it(file, () => { const result = getCommandOutput(args, testPath);