make tests more robust

This commit is contained in:
Daniel
2020-11-22 10:49:56 +01:00
committed by Daniel Hutzel
parent e15a6192b6
commit b6028721af
9 changed files with 17 additions and 17 deletions

6
test/index.js Normal file
View File

@@ -0,0 +1,6 @@
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,'..')