overleaf/services/notifications/test/unit/coffee/NotificationsControllerTest.coffee

12 lines
309 B
CoffeeScript
Raw Normal View History

2016-01-14 07:35:16 -05:00
sinon = require('sinon')
chai = require('chai')
should = chai.should()
modulePath = "../../../app/js/NotificationsController.js"
SandboxedModule = require('sandboxed-module')
assert = require('assert')
user_id = "51dc93e6fb625a261300003b"
notification_key = '123434'
describe 'Notifications controller', ->