tests #24
Annotations
3 errors
src/option.spec.ts > Option > filtering > filter > filters the Option value out if it doesn’t match the predicate:
src/option.spec.ts#L253
Error: Option [object Object] is None
❯ src/option.spec.ts:253:60
|
src/result.spec.ts > Result > filtering > filter > filters the Ok value out if it doesn’t match the predicate returning an Error instead:
src/result.spec.ts#L417
Error: Result [object Object] is [object Object]
❯ src/result.spec.ts:417:24
|
🧪 Test package
Process completed with exit code 1.
|