Skip to content

Commit 961a7df

Browse files
autofix-ci[bot]riccardoperra
authored andcommitted
ci: apply automated fixes
1 parent 90a8622 commit 961a7df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/angular-table/tests/benchmark.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Reactivity benchmark', () => {
3535
enableColumnAutoReactivity: true,
3636
enableHeaderAutoReactivity: true,
3737
debugAll: true,
38-
debugTable: true
38+
debugTable: true,
3939
}))
4040

4141
await setTimeout(0)
@@ -44,9 +44,9 @@ describe('Reactivity benchmark', () => {
4444

4545
const elapsed = Math.round((t1 - t0) * 100) / 100
4646

47-
table.getCoreRowModel();
47+
table.getCoreRowModel()
4848

49-
console.log(elapsed);
49+
console.log(elapsed)
5050
// expect(elapsed).toBeLessThan(2)
5151
},
5252
)

0 commit comments

Comments
 (0)