Skip to content

Commit 84d544a

Browse files
mittalsonalatul-upadhyay-7
authored andcommitted
style: apply repo prettier to benchmark test
1 parent 606b5c6 commit 84d544a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

scripts/benchmark-svg.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ describe('scripts/benchmark-svg', () => {
8585
const lines = logSpy.mock.calls
8686
.map((args) => String(args[0]))
8787
.filter(
88-
(line) =>
89-
line.startsWith('Average:') ||
90-
line.startsWith('Min:') ||
91-
line.startsWith('Max:')
88+
(line) => line.startsWith('Average:') || line.startsWith('Min:') || line.startsWith('Max:')
9289
);
9390

9491
expect(lines.length).toBe(9);

0 commit comments

Comments
 (0)