Adding jest unit testing framework and required sonar config

This commit is contained in:
2022-06-25 12:21:48 +02:00
parent a9ad5e8f87
commit 137428ffa7
6 changed files with 8900 additions and 78 deletions
+5
View File
@@ -1 +1,6 @@
sonar.projectKey=pd-api
sonar.sources=src
sonar.tests=test
sonar.language=ts
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.testExecutionReportPaths=testResults/sonar-report.xml