()
| 60 | const TABLE_ID = 'tbl-1' |
| 61 | |
| 62 | function TestHook() { |
| 63 | return useTableUndo({ workspaceId: WORKSPACE_ID, tableId: TABLE_ID }) |
| 64 | } |
| 65 | |
| 66 | function makeEntry(action: TableUndoAction) { |
| 67 | return { id: 'e1', action, timestamp: Date.now() } |
no test coverage detected