Fix jest asserts

This commit is contained in:
Adria Navarro 2024-08-09 14:29:19 +02:00
parent 0bdb6396ed
commit ac62fc0e29
1 changed files with 2 additions and 1 deletions

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({