fixes #46
Annotations
2 errors
src/function/caseOf/caseof.test.ts > caseOf > should handle number pattern matching:
src/function/caseOf/caseof.test.ts#L24
AssertionError: expected undefined to be 1 // Object.is equality
- Expected:
1
+ Received:
undefined
❯ src/function/caseOf/caseof.test.ts:24:62
|
Release
Process completed with exit code 1.
|