question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jest 27 + RxJS 6 support

See original GitHub issue

Hi, 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:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
JGhignatticommented, Jul 14, 2021

Hi, I updated to v0.8.4 and it’s working now. Thank you guys so much.

1reaction
brandonrobertscommented, Jul 13, 2021

Published as 0.8.2. Thanks Kyle!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jest 27 + RxJS 6 support - CodeSequence/jasmine-marbles
Hi, First off I would like to thank you for the awesome library. We have been using it for years. Currently RxJS 7...
Read more >
Jest 27: New Defaults for Jest, 2021 edition
ESM support for plugging modules into Jest is more advanced—custom runners, reporters, watch plugins, and many other modules can already be ...
Read more >
Why Jest not working as expected after upgrading to the latest ...
I have an existing repo that uses NestJs as base framework and Jest for testing. I am trying to upgrade the package versions...
Read more >
RxJS 6.x to 7.x Detailed Change List
This document contains a detailed list of changes between RxJS 6.x and RxJS 7.x, presented in the order they can be found when...
Read more >
RxJS: Testing with Fake Time - ncjamieson
Angular, Jasmine, Jest and Sinon.JS all provide APIs for running tests with fake time. Their APIs differ, but they are broadly similar: Before ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found