mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
23 lines
470 B
CoffeeScript
23 lines
470 B
CoffeeScript
|
SandboxedModule = require('sandboxed-module')
|
||
|
should = require('chai').should()
|
||
|
sinon = require 'sinon'
|
||
|
querystring = require 'querystring'
|
||
|
modulePath = "../../../../app/js/Features/Subscription/TeamInvitesHandler"
|
||
|
|
||
|
describe "TeamInvitesHandler", ->
|
||
|
|
||
|
describe "getInvite", ->
|
||
|
# TODO
|
||
|
|
||
|
describe "createManagerInvite", ->
|
||
|
# TODO
|
||
|
|
||
|
describe "createDomainInvite", ->
|
||
|
# TODO
|
||
|
|
||
|
describe "acceptInvite", ->
|
||
|
# TODO
|
||
|
|
||
|
describe "revokeInvite", ->
|
||
|
# TODO
|