Skip to content

Commit d70c257

Browse files
committed
fixup! test(radio): add performance tests for mat-radio-button
1 parent c4f6361 commit d70c257

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('radio button performance benchmarks', () => {
2020
url: '',
2121
ignoreBrowserSynchronization: true,
2222
params: [],
23-
setup: async () => await $('#show-two').click(),
2423
prepare: async () => await $('#hide-two').click(),
2524
work: async () => await $('#show-two').click(),
2625
});
@@ -32,7 +31,6 @@ describe('radio button performance benchmarks', () => {
3231
url: '',
3332
ignoreBrowserSynchronization: true,
3433
params: [],
35-
setup: async () => await $('#show-ten').click(),
3634
prepare: async () => await $('#hide-ten').click(),
3735
work: async () => await $('#show-ten').click(),
3836
});

0 commit comments

Comments
 (0)