Add fp
export
#2688
Annotations
3 errors and 1 warning
src/fp/core/pipe.spec.ts > pipe > should return promise value if there is a function that returns a promise in the middle:
src/fp/core/pipe.ts#L555
TypeError: Method Promise.prototype.then called on incompatible receiver #<Promise>
❯ getNextFunction src/fp/core/pipe.ts:555:10
❯ Module.pipe src/fp/core/pipe.ts:525:10
❯ src/fp/core/pipe.spec.ts:30:18
|
src/fp/core/pipe.spec.ts > pipe.lazy > should return promise value if there is a function that returns a promise in the middle:
src/fp/core/pipe.ts#L555
TypeError: Method Promise.prototype.then called on incompatible receiver #<Promise>
❯ getNextFunction src/fp/core/pipe.ts:555:10
❯ src/fp/core/pipe.ts:535:12
❯ src/fp/core/pipe.spec.ts:109:36
|
codecov
Process completed with exit code 1.
|
codecov
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|