feature/17-automated_tests #21

Merged
niggl merged 56 commits from feature/17-automated_tests into dev 2020-12-10 19:36:08 +00:00
Showing only changes of commit 34567f24c3 - Show all commits

View File

@ -67,7 +67,8 @@
"dev": "nodemon src/app.ts", "dev": "nodemon src/app.ts",
"build": "tsc", "build": "tsc",
"docs": "typedoc --out docs src", "docs": "typedoc --out docs src",
"test": "jest" "test": "jest",
"test:watch": "jest --watchAll"
}, },
"nodemonConfig": { "nodemonConfig": {
"ignore": [ "ignore": [