Testing Backend

This commit is contained in:
Bastian Wagner
2024-11-28 12:42:04 +01:00
parent ca7659d5f4
commit 1c58771668
5 changed files with 37 additions and 53 deletions

View File

@@ -7,6 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:recent": "jest --onlyChanged",
"test:watch": "jest --watch --onlyChanged"
},
"private": true,