1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Add comment

This commit is contained in:
Adria Navarro 2024-05-21 14:30:03 +02:00
parent 7c7f88bd47
commit 6eefa1afe8

View file

@ -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) })
}