cartant / rxjs-marbles

An RxJS marble testing library for any test framework
https://cartant.github.io/rxjs-marbles/
MIT License
301 stars 18 forks source link

Make rxjs 6 ready #38

Closed magnattic closed 6 years ago

magnattic commented 6 years ago

When I try to run my marble tests after upgrading to rxjs 6.1, I get the follwing errors:

ERROR in node_modules/rxjs-marbles/context.d.ts(3,32): error TS2307: Cannot find module 'rxjs/testing/ColdObservable'. node_modules/rxjs-marbles/context.d.ts(4,31): error TS2307: Cannot find module 'rxjs/testing/HotObservable'. node_modules/rxjs-marbles/context.d.ts(5,31): error TS2307: Cannot find module 'rxjs/testing/TestScheduler'. node_modules/rxjs-marbles/expect.d.ts(1,32): error TS2307: Cannot find module 'rxjs/testing/ColdObservable'. node_modules/rxjs-marbles/expect.d.ts(2,31): error TS2307: Cannot find module 'rxjs/testing/HotObservable'. node_modules/rxjs-marbles/expect.d.ts(3,31): error TS2307: Cannot find module 'rxjs/testing/TestScheduler'.

magnattic commented 6 years ago

Nevermind, I was running an old version. After upgrading to rxjs-marbles 3.0.1 the issue disappeared.