Use test API from cds lib instead of custom one
This commit is contained in:
committed by
Daniel Hutzel
parent
392106d44a
commit
5d64ca3555
@@ -1,4 +1,4 @@
|
||||
const cds = require ('./cds')
|
||||
const cds = require('@sap/cds/lib')
|
||||
const { GET, expect } = cds.test('serve','hello/world.cds').in(__dirname,'..')
|
||||
|
||||
describe('Hello world!', () => {
|
||||
|
||||
Reference in New Issue
Block a user