Adding back missing comments.
This commit is contained in:
parent
fcf67f7297
commit
05ea231d20
|
@ -1950,8 +1950,10 @@ describe.each([
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// This will never work for Lucene.
|
||||||
!isLucene &&
|
!isLucene &&
|
||||||
!isInMemory &&
|
// It also can't work for in-memory searching because the related table name
|
||||||
|
// isn't available.
|
||||||
describe("relations", () => {
|
describe("relations", () => {
|
||||||
let productCategoryTable: Table, productCatRows: Row[]
|
let productCategoryTable: Table, productCatRows: Row[]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue