Run only for external

This commit is contained in:
Adria Navarro 2024-08-05 12:35:09 +02:00
parent 2e23a0e4ce
commit 940a080e18
1 changed files with 146 additions and 144 deletions

View File

@ -2693,6 +2693,7 @@ describe.each([
}) })
}) })
!isInternal &&
describe("$and", () => { describe("$and", () => {
beforeAll(async () => { beforeAll(async () => {
table = await createTable({ table = await createTable({
@ -2766,6 +2767,7 @@ describe.each([
}) })
}) })
!isInternal &&
describe("$or", () => { describe("$or", () => {
beforeAll(async () => { beforeAll(async () => {
table = await createTable({ table = await createTable({