mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
12 lines
219 B
JavaScript
12 lines
219 B
JavaScript
describe('GuestBrowser', function() {
|
|
|
|
beforeEach(module('stf.guest-browser'));
|
|
|
|
it('should ...', inject(function(GuestDeviceService) {
|
|
|
|
//expect(GuestDeviceService.doSomething()).toEqual('something');
|
|
|
|
}));
|
|
|
|
})
|