updated the package and tests

This commit is contained in:
2020-10-15 09:47:37 +07:00
parent 07c8c35456
commit 26ff4f44c3
5 changed files with 11 additions and 10 deletions

3
test/App.test.ts Normal file
View File

@@ -0,0 +1,3 @@
test('adds 1 + 2 to equal 3', () => {
expect(1 + 2).toBe(3);
});