mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
1095851dfe
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) |
||
---|---|---|
.. | ||
acceptance | ||
unit/coffee |