Skip to content

Commit 4434e16

Browse files
committed
fixup! test(mdc-button): add performance tests for mdc-button
1 parent def6434 commit 4434e16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@ describe('button performance benchmarks', () => {
3232
ignoreBrowserSynchronization: true,
3333
params: [],
3434
setup: async () => await $('#show').click(),
35+
<<<<<<< HEAD
3536
<<<<<<< HEAD
3637
work: async () => await $('.mat-mdc-raised-button').click(),
3738
=======
3839
work: async () => await $('.mat-raised-button').click(),
3940
>>>>>>> f1ae4d955... test(mdc-button): add performance tests for mdc-button
41+
=======
42+
work: async () => await $('.mat-mdc-raised-button').click(),
43+
>>>>>>> 63f2747fc... fixup! test(mdc-button): add performance tests for mdc-button
4044
});
4145
});
4246
});

0 commit comments

Comments
 (0)