Use cds.test
This commit is contained in:
committed by
Christian Georgi
parent
450577d5a7
commit
33cd70065a
@@ -1,6 +1,2 @@
|
||||
|
||||
const test = require('@sap/cds/lib/utils/tests').in(__dirname,'..')
|
||||
module.exports = Object.assign(test,{run:test})
|
||||
|
||||
// REVISIT: With upcoming release of @sap/cds this should become:
|
||||
// module.exports = require('@sap/cds/tests').in(__dirname,'..')
|
||||
const cds = require('@sap/cds')
|
||||
module.exports = cds.test.in(__dirname,'..')
|
||||
|
||||
Reference in New Issue
Block a user