Jest 27 + RxJS 6 support
See original GitHub issueHi, First off I would like to thank you for the awesome library. We have been using it for years.
Currently RxJS 7 is not supported with NX or Angular which makes it really hard to use this library with the RxJS 7 constraint at this time. With the latest update of Nx to use Jest 27 while still having NX require RxJS 6 it’s a pretty impossible situation to upgrade at this time because if we upgrade to RxJs 7 to support jasmine-marbles
it breaks type checking of other libraries such as Nx. Basically it’s a game of unit test whack-a-mole failures.
Would it be possible to get a hotfix release with the changes from https://github.com/synapse-wireless-labs/jasmine-marbles/pull/78 under 0.8.x
for rxjs 6 support with Jest 27 and Jest <27? Otherwise, it will be pretty significant undertaking for anyone in this position.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
Hi, I updated to v0.8.4 and it’s working now. Thank you guys so much.
Published as
0.8.2
. Thanks Kyle!