Files
stf-DeviceFarmer/res/app/components/stf/guest-browser/guest-browser-spec.js

12 lines
219 B
JavaScript

describe('GuestBrowser', function() {
beforeEach(module('stf.guest-browser'));
it('should ...', inject(function(GuestDeviceService) {
//expect(GuestDeviceService.doSomething()).toEqual('something');
}));
})