chore: add database test

This commit is contained in:
nathan
2025-09-09 19:52:35 +08:00
parent bc4623e0c5
commit 2b8af52d15
6 changed files with 166 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export function Grid () {
return (
<GridProvider>
<div className={`database-grid relative grid-table-${viewId} flex w-full flex-1 flex-col`}>
<div data-testid="database-grid" className={`database-grid relative grid-table-${viewId} flex w-full flex-1 flex-col`}>
<GridVirtualizer
columns={fields}
/>