Skip to content

Commit cc4849d

Browse files
committed
eslint fixes
1 parent de666b2 commit cc4849d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/visual/basicGrid.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function rowKeyGetter(row: Row) {
4040
}
4141

4242
test('basic grid', async () => {
43-
page.render(
43+
await page.render(
4444
<DataGrid
4545
rowKeyGetter={rowKeyGetter}
4646
columns={columns}

0 commit comments

Comments
 (0)