Files
stf-DeviceFarmer/res/app/components/stf/keycodes/keycodes-spec.js
2014-05-27 18:35:50 +09:00

11 lines
210 B
JavaScript

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