Enable authorizations w/ dummy-auth (#158)

* Enable authorizations w/ dummy-auth

* fixed: some tests run in privileged mode

* Fixed tests to skip auth

* npm test --silent

* Added dependency to passport
This commit is contained in:
Daniel Hutzel
2020-11-12 23:56:04 +01:00
committed by GitHub
parent ffaec7aa07
commit d0d08b1ee1
12 changed files with 25 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
const cds = require('@sap/cds/lib')
const cds = require('@sap/cds/lib'); cds.User = cds.User.Privileged // skip auth
const { GET, expect } = cds.test('bookshop').in(__dirname,'..')
describe('OData Protocol', () => {