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
When checking out the repo and running the test command, I get a Typescript error
TSError: ⨯ Unable to compile TypeScript:
test/ts_connected.logger.spec.ts:110:41 - error TS2339: Property 'greaterThanOrEqual' does not exist on type 'Assertion'.
110 expect(events.length).to.be.greaterThanOrEqual(options.calls[0]).and.lessThanOrEqual(options.calls[1]);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When checking out the repo and running the test command, I get a Typescript error
Does anyone got this working?
Beta Was this translation helpful? Give feedback.
All reactions