Skip to content

Commit 980646b

Browse files
committed
fixup! test(button): add performance tests for mat-raised-button
1 parent 29bfa4a commit 980646b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/benchmarks/material/button/button.perf-spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ describe('button performance benchmarks', () => {
3333
ignoreBrowserSynchronization: true,
3434
params: [],
3535
setup: async () => await $('#show').click(),
36-
work: async () => {
37-
await $('.mat-raised-button').click();
38-
},
36+
work: async () => await $('.mat-raised-button').click(),
3937
});
4038
});
4139
});

0 commit comments

Comments
 (0)