feat: add unittest module

This commit is contained in:
Shunsuke Shibayama 2023-05-05 17:36:00 +09:00
parent ffb7e4bbba
commit 982bbd1405
10 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,4 @@
.registerResult!: (result: Obj) => NoneType
.removeResult!: (result: Obj) => Bool
.installHandler!: () => NoneType
.removeHandler!: |M <: GenericCallable|(method := M) => M