Adding jest unit testing framework and required sonar config
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
test('Test template', async () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
Reference in New Issue
Block a user