Skip to content

Commit add51b7

Browse files
committed
fixup! test(button): add performance tests for mat-raised-button
1 parent 60ce89d commit add51b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('button performance benchmarks', () => {
2323
setup: async () => await $('#show').click(),
2424
prepare: async () => await $('#hide').click(),
2525
work: async () => await $('#show').click(),
26-
});
26+
});
2727
});
2828

2929
it('clicks a basic raised button', async() => {
@@ -36,6 +36,6 @@ describe('button performance benchmarks', () => {
3636
work: async () => {
3737
await $('.mat-raised-button').click();
3838
},
39-
});
40-
});
39+
});
40+
});
4141
});

0 commit comments

Comments
 (0)