1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Finishing touches.

This commit is contained in:
Sam Rose 2024-03-14 17:29:50 +00:00
parent 3b68873fc4
commit 3c2f2b95b3
No known key found for this signature in database

View file

@ -719,7 +719,7 @@ describe.each([
})
})
describe("fetchEnrichedRows", () => {
describe("enrich", () => {
beforeAll(async () => {
table = await config.api.table.save(defaultTable())
})
@ -781,10 +781,6 @@ describe.each([
isInternal &&
describe("attachments", () => {
beforeAll(async () => {
table = await config.api.table.save(defaultTable())
})
it("should allow enriching attachment rows", async () => {
const table = await config.api.table.save(
defaultTable({
@ -819,7 +815,7 @@ describe.each([
})
})
describe("exportData", () => {
describe("exportRows", () => {
beforeAll(async () => {
table = await config.api.table.save(defaultTable())
})