mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
12 lines
No EOL
318 B
CoffeeScript
12 lines
No EOL
318 B
CoffeeScript
describe "applyOtUpdate", ->
|
|
describe "when authorized", ->
|
|
it "should publish a message on redis"
|
|
|
|
it "should add the doc to the pending updates set in redis"
|
|
|
|
it "should push the update into redis"
|
|
|
|
describe "when not authorized", ->
|
|
it "should return an error"
|
|
|
|
it "should disconnect the client" |