Added unit tests for API and Web App

Also updated backend to use .NET6
This commit is contained in:
2023-03-06 21:59:17 -06:00
parent efb22aa0af
commit 771b63f6c4
14 changed files with 971 additions and 262 deletions

View File

@ -43,5 +43,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"jest": "^27.5.1"
}
}