Skip to content

Commit b899fc7

Browse files
committed
add a minimal cds-test package json
1 parent 426c539 commit b899fc7

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

test/cds-test-services/package-lock.json

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"private": true,
3+
"dependencies": {
4+
"@sap/cds-mtxs": "file://../../node_modules/@sap/cds-mtxs",
5+
"@cap-js/sqlite": "file://../../node_modules/@cap-js/sqlite",
6+
"@cap-js-community/feature-toggle-library": "file://../../"
7+
}
8+
}

0 commit comments

Comments
 (0)