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

Comment changes are shownComment changes are hidden
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
  • File
    package.json
  • spec
    • File
      TestClient.js
    • integ
      • File
        matrix-client-crypto.spec.js
      • File
        matrix-client-event-emitter.spec.js
      • File
        matrix-client-event-timeline.spec.js
      • File
        matrix-client-methods.spec.js
      • File
        matrix-client-opts.spec.js
      • File
        matrix-client-retrying.spec.js
      • File
        matrix-client-room-timeline.spec.js
      • File
        matrix-client-syncing.spec.js
      • File
        megolm.spec.js
    • File
      mock-request.js
    • File
      test-utils.js
    • unit
      • File
        content-repo.spec.js
      • File
        crypto.spec.js
      • File
        event-timeline.spec.js
      • File
        filter.spec.js
      • File
        interactive-auth.spec.js
      • File
        matrix-client.spec.js
      • File
        pushprocessor.spec.js
      • File
        realtime-callbacks.spec.js
      • File
        room-member.spec.js
      • File
        room-state.spec.js
      • File
        room.spec.js
      • File
        scheduler.spec.js
      • File
        timeline-window.spec.js
      • File
        user.spec.js
      • File
        utils.spec.js