change tests

This commit is contained in:
Dmitriynj
2020-12-15 18:26:29 +03:00
committed by Daniel Hutzel
parent cb71e2ed9b
commit 317d45074a
4 changed files with 222 additions and 192 deletions

View File

@@ -23,7 +23,7 @@
"scripts": {
"start": "npx cds run",
"deploy": "cds deploy --to sqlite:mychinook.db",
"test": "npm run deploy && cd ../ && npm run jest"
"test": "mocha test/media-store.test.js --verbose --timeout 10000"
},
"cds": {
"ACCESS_TOKEN_SECRET": "secret",