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