Remove .only

This commit is contained in:
Sam Rose 2024-11-26 12:00:42 +00:00
parent 26fa0222a1
commit f7c81d742c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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",
})