Test cosmetics, remove obsolete stuff

This commit is contained in:
Christian Georgi
2020-02-07 12:32:39 +00:00
parent b65be0cb41
commit bf21d0220c
4 changed files with 5 additions and 77 deletions

View File

@@ -9,6 +9,7 @@
"hdb": "^0.17.1"
},
"scripts": {
"start": "npx cds run"
"start": "npx cds run",
"test": "../../node_modules/.bin/jest"
}
}