This commit is contained in:
Daniel Hutzel
2024-05-19 16:14:38 +02:00
parent 4c46f115f5
commit ec8608faab
3 changed files with 3396 additions and 3410 deletions

View File

@@ -1,3 +1,7 @@
// Quick hack: suppress deprecation warnings w/ Node22 caused by http-proxy (used by OData v2 proxy)
// See also: https://github.com/http-party/node-http-proxy/pull/1666
require('util')._extend = Object.assign
const cds = require('@sap/cds')
describe('cap/samples - Fiori APIs - v2', function() {