This commit is contained in:
Daniel Hutzel
2024-01-26 14:19:06 +01:00
parent 8bef766860
commit ea42ad6ab3

View File

@@ -11,7 +11,7 @@ describe('cap/samples - Hierarchical Data', ()=>{
parent : Association to Categories;
}
`
const model = cds.compile.for.nodejs(csn)
const model = cds.unfold ? csn : cds.compile.for.nodejs(csn)
const {Categories:Cats} = model.definitions
before ('bootstrap sqlite in-memory db...', async()=>{