Prepare moving test kit over to @sap/cds

This commit is contained in:
Daniel
2020-08-19 09:38:07 +02:00
parent a43ade103c
commit 039f62209c
12 changed files with 171 additions and 182 deletions

View File

@@ -1,5 +1,6 @@
const { GET, expect } = require('./cds').test('bookshop').in(__dirname,'..')
describe('OData Protocol', () => {
const { GET, expect } = require('./capire').launch('bookshop')
it('serves $metadata documents in v4', async () => {
const { headers, status, data } = await GET`/browse/$metadata`