1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Don't validate for in-memory

This commit is contained in:
Adria Navarro 2024-08-07 14:39:05 +02:00
parent bc7ab264b0
commit 32702f2e9d

View file

@ -2770,6 +2770,7 @@ describe.each([
}).toFindNothing() }).toFindNothing()
}) })
!isInMemory &&
it("validates conditions that are not objects", async () => { it("validates conditions that are not objects", async () => {
await expect( await expect(
expectQuery({ expectQuery({
@ -2782,6 +2783,7 @@ describe.each([
) )
}) })
!isInMemory &&
it("validates $and without conditions", async () => { it("validates $and without conditions", async () => {
await expect( await expect(
expectQuery({ expectQuery({