1
0
Fork 0
mirror of synced 2024-08-06 05:38:40 +12:00
This commit is contained in:
Adria Navarro 2024-05-29 15:58:39 +02:00
parent 4b0e433c45
commit 5b6242ae77

View file

@ -144,8 +144,12 @@ describe("trimViewRowInfo middleware", () => {
name: generator.guid(),
tableId: table._id!,
schema: {
name: {},
address: {},
name: {
visible: true,
},
address: {
visible: true,
},
},
})