Replace sqlite3 by @cap-js/sqlite (#551)

* Make tests run w/ cap-js/sqlite
* Set cwd in test
This commit is contained in:
Christian Georgi
2023-11-10 15:01:20 +05:30
committed by GitHub
parent 75002ae0ef
commit 78174bfe28
5 changed files with 24 additions and 44 deletions

View File

@@ -8,6 +8,9 @@
"express": "^4.17.1",
"passport": ">=0.4.1"
},
"devDependencies": {
"@cap-js/sqlite": "^1"
},
"scripts": {
"start": "cds-serve",
"watch": "cds watch"