There was an error while loading. Please reload this page.
1 parent 57f531f commit 5a4fdf9Copy full SHA for 5a4fdf9
1 file changed
report/src/components/ConfigCard.test.ts
@@ -23,7 +23,9 @@ const baseConfig = (
23
});
24
25
const flatLabels = (config: LoadTestConfig): string[] =>
26
- buildRows(config).flat().map((r) => r.label);
+ buildRows(config)
27
+ .flat()
28
+ .map((r) => r.label);
29
30
describe("formatTransactions", () => {
31
it("formats a weighted transaction mix", () => {
0 commit comments