1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Adding back missing comments.

This commit is contained in:
mike12345567 2024-06-24 11:53:02 +01:00
parent fcf67f7297
commit 05ea231d20

View file

@ -1950,8 +1950,10 @@ describe.each([
})
})
// This will never work for Lucene.
!isLucene &&
!isInMemory &&
// It also can't work for in-memory searching because the related table name
// isn't available.
describe("relations", () => {
let productCategoryTable: Table, productCatRows: Row[]