1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00

Fix jest asserts

This commit is contained in:
Adria Navarro 2024-08-09 14:29:19 +02:00
parent 0bdb6396ed
commit ac62fc0e29

View file

@ -121,6 +121,7 @@ describe.each([
})
beforeEach(() => {
jest.clearAllMocks()
mocks.licenses.useCloudFree()
})
@ -1604,7 +1605,7 @@ describe.each([
expect(response.rows).toHaveLength(0)
})
it("queries the row api passing the view fields only", async () => {
it.only("queries the row api passing the view fields only", async () => {
const searchSpy = jest.spyOn(sdk.rows, "search")
const view = await config.api.viewV2.create({