Use test API from cds lib instead of custom one
This commit is contained in:
committed by
Daniel Hutzel
parent
392106d44a
commit
5d64ca3555
@@ -1,5 +1,6 @@
|
||||
const cds = require('@sap/cds/lib')
|
||||
const cwd = process.cwd(); process.chdir (__dirname) //> only for internal CI/CD@SAP
|
||||
const cds = require ('./cds'), {expect} = cds.test
|
||||
const {expect} = cds.test
|
||||
const _model = '@capire/reviews'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user