Skip to content

Commit

Permalink
Merge branch 'main' into eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed May 22, 2024
2 parents 7020029 + bbe2bae commit 6f3b0bd
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 48 deletions.
8 changes: 0 additions & 8 deletions fiori/server.js

This file was deleted.

80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions test/fiori.test.js
Original file line number Diff line number Diff line change
@@ -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() {
Expand Down

0 comments on commit 6f3b0bd

Please sign in to comment.