mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Starting to add Basic Mode.
This commit is contained in:
11
res/app/components/stf/browser-info/browser-info-spec.js
Normal file
11
res/app/components/stf/browser-info/browser-info-spec.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('BrowserInfo', function() {
|
||||
|
||||
beforeEach(module('stf.browser-info'));
|
||||
|
||||
it('should ...', inject(function(GuestDeviceService) {
|
||||
|
||||
//expect(GuestDeviceService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user