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
1 changed files with 2 additions and 0 deletions

View File

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