updated the tests and package

This commit is contained in:
2020-09-19 07:58:06 +07:00
parent 5082995d1d
commit 5e29994ed9
7 changed files with 5 additions and 77 deletions

3
__test__/index.ts Normal file
View File

@@ -0,0 +1,3 @@
function sumTest () {
console.log(1+2)
}