mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
16 lines
No EOL
477 B
CoffeeScript
16 lines
No EOL
477 B
CoffeeScript
describe "leaveProject", ->
|
|
describe "with other clients in the project", ->
|
|
it "should emit a disconnect message to the room"
|
|
|
|
it "should no longer list the client in connected users"
|
|
|
|
it "should not flush the project to the document updater"
|
|
|
|
it "should not flush the project in track changes"
|
|
|
|
describe "with no other clients in the project", ->
|
|
it "should flush the project to the document updater"
|
|
|
|
it "should flush the project in track changes"
|
|
|
|
|