Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKarpiuk committed Nov 28, 2023
1 parent cd1f901 commit d544879
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __tests__/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d544879

Please sign in to comment.