Closed magnattic closed 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'.
Nevermind, I was running an old version. After upgrading to rxjs-marbles 3.0.1 the issue disappeared.
When I try to run my marble tests after upgrading to rxjs 6.1, I get the follwing errors: