Adding Vue.js apps for reviews service
This commit is contained in:
@@ -10,6 +10,7 @@ describe('Messaging', ()=>{
|
||||
|
||||
it ('should bootstrap sqlite in-memory db', async()=>{
|
||||
const db = await cds.deploy (_model) .to ('sqlite::memory:')
|
||||
await db.delete('Reviews')
|
||||
expect (db.model) .not.undefined
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user