Initial configuration

This commit is contained in:
Joachim Van Herwegen
2020-05-13 15:23:11 +02:00
commit b949b6cf5e
10 changed files with 5739 additions and 0 deletions

5
test/index.ts Normal file
View File

@@ -0,0 +1,5 @@
describe('A basic test', () => {
it('to have something pass', () => {
expect(true).toBeTruthy();
});
});