Initial commit 🚀

This commit is contained in:
2022-02-28 20:07:01 +01:00
commit 08f616fe70
53 changed files with 4735 additions and 0 deletions

5
test/basic.test.ts Normal file
View File

@@ -0,0 +1,5 @@
describe('Hi', () => {
it('should works', () => {
expect(1 + 1).toEqual(2)
})
})