diff --git a/test/index.js b/test/index.js index c44d3400..5a4fdd26 100644 --- a/test/index.js +++ b/test/index.js @@ -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,'..')