Run tests for in-memory
This commit is contained in:
parent
2074ebd0f7
commit
3b40db5db0
|
@ -2697,7 +2697,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
isSql &&
|
||||
!isLucene &&
|
||||
describe("$and", () => {
|
||||
beforeAll(async () => {
|
||||
table = await createTable({
|
||||
|
@ -2771,7 +2771,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
isSql &&
|
||||
!isLucene &&
|
||||
describe("$or", () => {
|
||||
beforeAll(async () => {
|
||||
table = await createTable({
|
||||
|
|
Loading…
Reference in New Issue