Add comment
This commit is contained in:
parent
7c7f88bd47
commit
6eefa1afe8
|
@ -78,6 +78,7 @@ describe.each([
|
|||
}
|
||||
|
||||
async function createRows(rows: Record<string, any>[]) {
|
||||
// Shuffling to avoid false positives given a fixed order
|
||||
await config.api.row.bulkImport(table._id!, { rows: _.shuffle(rows) })
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue