Remove .only
This commit is contained in:
parent
26fa0222a1
commit
f7c81d742c
|
@ -3538,7 +3538,7 @@ if (descriptions.length) {
|
|||
})
|
||||
})
|
||||
|
||||
it.only("should be able to fetch rows with related bigint ids", async () => {
|
||||
it("should be able to fetch rows with related bigint ids", async () => {
|
||||
const row = await config.api.row.save(table1._id!, {
|
||||
table1Id: "1",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue