overleaf/services/real-time/test/unit/coffee
Jakob Ackermann 1095851dfe [misc] test/unit: fix typos and assertion of error messages
Sinon does not check the contents of the passed error when checked via
 sinon.stub().calledWith.
```
callback = sinon.stub()
callback(new Error("some message"))
  .calledWith(new Error("completely different message"))
  === true
```

Cherry-pick plus an additional patch for the joinProject bail-out.
(cherry picked from commit d9570fee70701a5f431c39fdbec5f8bc5a7843fe)
2020-05-15 14:46:05 +02:00
..
helpers
AuthorizationManagerTests.coffee [misc] test/unit: fix typos and assertion of error messages 2020-05-15 14:46:05 +02:00
ChannelManagerTests.coffee
ConnectedUsersManagerTests.coffee
DocumentUpdaterControllerTests.coffee
DocumentUpdaterManagerTests.coffee
DrainManagerTests.coffee
EventLoggerTests.coffee
RoomManagerTests.coffee
SafeJsonParseTest.coffee
WebApiManagerTests.coffee [misc] test/unit: fix typos and assertion of error messages 2020-05-15 14:46:05 +02:00
WebsocketControllerTests.coffee [misc] test/unit: fix typos and assertion of error messages 2020-05-15 14:46:05 +02:00
WebsocketLoadBalancerTests.coffee