Cosmetics to test outlines (#340)

This commit is contained in:
Daniel Hutzel
2022-04-03 12:36:11 +02:00
committed by GitHub
parent 529c431518
commit bbf1194a09
8 changed files with 9 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ const model = cds.compile.to.csn (`
const {Categories:Cats} = model.definitions
describe('Hierarchical Data', ()=>{
describe('cap/samples - Hierarchical Data', ()=>{
before ('bootstrap sqlite in-memory db...', async()=>{
await cds.deploy (model) .to ('sqlite::memory:')