Clean
This commit is contained in:
parent
50c8449f4b
commit
f06d0a5cd6
|
@ -160,9 +160,9 @@ describe("/rowsActions", () => {
|
||||||
expect(await config.api.rowAction.find(tableId)).toEqual({
|
expect(await config.api.rowAction.find(tableId)).toEqual({
|
||||||
actions: {
|
actions: {
|
||||||
[res.id]: {
|
[res.id]: {
|
||||||
...rowAction,
|
|
||||||
id: res.id,
|
id: res.id,
|
||||||
tableId: tableId,
|
tableId: tableId,
|
||||||
|
...rowAction,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue