matrix-js-sdk
bd226d94 - Switch from jasmine to mocha + expect + lolex

Commit
8 years ago
Switch from jasmine to mocha + expect + lolex Much of this transformation has been done automatically: * add expect import to each file * replace `not.to` with `toNot` * replace `to[Not]Be{Undefined,Null}` with equivalents * replace `jasmine.createSpy(...)` with `except.createSpy`, and `andCallFake` with `andCall` Also: * replace `jasmine.createSpyObj` with manual alternatives * replace `jasmine.Clock` with `lolex`
Author
Committer
Parents
Loading