test: reimplement unit testing (#229)

* test: add test for `getInputs` function

* ci(test): add `test-package` job
This commit is contained in:
Alfi Maulana
2024-03-08 21:20:32 +07:00
committed by GitHub
parent a6cac00b5d
commit f948a9da23
7 changed files with 2661 additions and 14 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
.*
!.env.yarn
!.eslint*
!.git*
build/
coverage/
node_modules/