Delete commented out line.
This commit is contained in:
parent
e15345030f
commit
cefaa228e1
|
@ -61,7 +61,6 @@ describe.each([
|
||||||
}
|
}
|
||||||
|
|
||||||
async function createRows(rows: Record<string, any>[]) {
|
async function createRows(rows: Record<string, any>[]) {
|
||||||
// await config.api.row.bulkImport(table._id!, { rows })
|
|
||||||
for (const row of rows) {
|
for (const row of rows) {
|
||||||
await config.api.row.save(table._id!, row)
|
await config.api.row.save(table._id!, row)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue