mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
11 lines
210 B
JavaScript
11 lines
210 B
JavaScript
describe('KeycodesService', function() {
|
|
|
|
beforeEach(module('stf.keycodes'));
|
|
|
|
it('should ...', inject(function(KeycodesService) {
|
|
|
|
//expect(KeycodesService.doSomething()).toEqual('something');
|
|
|
|
}));
|
|
|
|
}) |