prepared for cdr

This commit is contained in:
Daniel
2020-04-21 21:21:45 +02:00
parent 50428b4d26
commit 3831951b65
4 changed files with 147 additions and 116 deletions

View File

@@ -12,6 +12,8 @@ describe('Consuming Services locally', () => {
expect(Authors).not.to.be.undefined
})
it('bootrapped the database successfully', ()=>{})
it('supports targets as strings or reflected defs', async () => {
const AdminService = cds.connect.to('AdminService')
const { Authors } = AdminService.entities