describe('KeycodesService', function() { beforeEach(module('stf.keycodes')); it('should ...', inject(function(KeycodesService) { //expect(KeycodesService.doSomething()).toEqual('something'); })); })