Run tests for all sql
This commit is contained in:
parent
ebca381e9b
commit
0b5eb9f21c
|
@ -2693,7 +2693,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
!isInternal &&
|
||||
isSql &&
|
||||
describe("$and", () => {
|
||||
beforeAll(async () => {
|
||||
table = await createTable({
|
||||
|
@ -2767,7 +2767,7 @@ describe.each([
|
|||
})
|
||||
})
|
||||
|
||||
!isInternal &&
|
||||
isSql &&
|
||||
describe("$or", () => {
|
||||
beforeAll(async () => {
|
||||
table = await createTable({
|
||||
|
|
Loading…
Reference in New Issue