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
+3
View File
@@ -0,0 +1,3 @@
test('Test template', async () => {
expect(true).toBe(true);
});