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