You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dtslint): disable tests that break in TS@next (#4705)
* fix(dtslint): disable tests that break in TS@next
Unfortunately, there is no way to stop dtslint from testing in TS@next. RxJS 6 targets TS 2.8, and there is no `unknown` type. We'll need to uncomment these and correct types in v 7 when we updated to TS latest.
* fixup! fix(dtslint): disable tests that break in TS@next
0 commit comments