Additions array the route passed to importAppendRows (2nd positional arg).
()
| 140 | |
| 141 | /** Additions array the route passed to importAppendRows (2nd positional arg). */ |
| 142 | function appendAdditions(): { name: string; type: string }[] { |
| 143 | return mockImportAppendRows.mock.calls[0][1] as { name: string; type: string }[] |
| 144 | } |
| 145 | |
| 146 | /** Rows array the route passed to importAppendRows (3rd positional arg). */ |
| 147 | function appendRows(): unknown[] { |