mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Starting to add Timeline notifications.
This commit is contained in:
11
res/app/components/stf/timeline/timeline-spec.js
Normal file
11
res/app/components/stf/timeline/timeline-spec.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('TimelineService', function() {
|
||||
|
||||
beforeEach(module('stf.timeline'));
|
||||
|
||||
it('should ...', inject(function(TimelineService) {
|
||||
|
||||
//expect(TimelineService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user