chore: rm @eslint/js and add scripts for jest and mocha
This commit is contained in:
@@ -15,8 +15,7 @@
|
|||||||
"./etc/loggers"
|
"./etc/loggers"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cap-js/cds-test": "^0",
|
"@cap-js/cds-test": "^0"
|
||||||
"@eslint/js": "^9.22.0"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cds watch bookshop --open http://localhost:4004",
|
"start": "cds watch bookshop --open http://localhost:4004",
|
||||||
@@ -27,6 +26,8 @@
|
|||||||
"reviews": "cds watch reviews",
|
"reviews": "cds watch reviews",
|
||||||
"lint": "npx eslint",
|
"lint": "npx eslint",
|
||||||
"test": "chest test",
|
"test": "chest test",
|
||||||
|
"jest": "npx jest",
|
||||||
|
"mocha": "npx mocha",
|
||||||
"build": "mbt build -t gen --mtar mta.tar",
|
"build": "mbt build -t gen --mtar mta.tar",
|
||||||
"deploy": "cf deploy gen/mta.tar",
|
"deploy": "cf deploy gen/mta.tar",
|
||||||
"undeploy": "cf undeploy capire.samples --delete-services --delete-service-keys"
|
"undeploy": "cf undeploy capire.samples --delete-services --delete-service-keys"
|
||||||
|
|||||||
Reference in New Issue
Block a user