Don't validate for in-memory
This commit is contained in:
parent
bc7ab264b0
commit
32702f2e9d
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue