blob: deef34f6a85c833d9b6f4af68b5adb83b16b9d8c [file] [log] [blame]
describe('ScopedHotkeysService', function() {
beforeEach(angular.mock.module(require('./').name))
it('should ...', inject(function() {
//expect(ScopedHotkeysService.doSomething()).toEqual('something')
}))
})