marpple / FxTS

A functional programming library for TypeScript/JavaScript
https://fxts.dev
Apache License 2.0
862 stars 63 forks source link

Test of `flat.spec.ts` is broken in `main` branch #242

Closed Phryxia closed 4 months ago

Phryxia commented 6 months ago

Bug Report

💻 Code

// clone FxTS to somewhere
npm install
npm test

🙁 Actual behavior

image

🙂 Expected behavior

Test should not fail


Version Information

Phryxia commented 6 months ago

Currently I haven't used flat feature so I don't know what happened exactly. I just find this while try to fix #240.

ppeeou commented 6 months ago

The issue is related to the following and has not yet been resolved.

https://github.com/marpple/FxTS/issues/93