mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Started to implement keycodes service.
This commit is contained in:
11
res/app/components/stf/keycodes/keycodes-spec.js
Normal file
11
res/app/components/stf/keycodes/keycodes-spec.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('KeycodesService', function() {
|
||||
|
||||
beforeEach(module('stf.keycodes'));
|
||||
|
||||
it('should ...', inject(function(KeycodesService) {
|
||||
|
||||
//expect(KeycodesService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user