update unit test
... | ... | @@ -16,7 +16,7 @@ |
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/user-account.git" | ||
}, | ||
"scripts": { | ||
"start:dev": "nodemon ./src/app.ts", | ||
"start:dev": "nodemon ./src/index.ts", | ||
"start": "nodemon ./built/app.js", | ||
"test": "jest", | ||
"clean-code": "ts-standard --fix", | ||
... | ... |
src/index.ts
0 → 100644
Please register or sign in to comment