mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 08:44:01 +00:00
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) |
||
---|---|---|
.. | ||
.github | ||
app/coffee | ||
config | ||
test | ||
.dockerignore | ||
.gitignore | ||
.nvmrc | ||
app.coffee | ||
buildscript.txt | ||
docker-compose.ci.yml | ||
docker-compose.yml | ||
Dockerfile | ||
Jenkinsfile | ||
Makefile | ||
nodemon.json | ||
package-lock.json | ||
package.json | ||
socket.io.patch.js |