mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Start to add Socket Disconnected Modal.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
describe('SocketDisconnectedService', function() {
|
||||
|
||||
beforeEach(angular.mock.module(require('./index').name))
|
||||
|
||||
it('should ...', inject(function(SocketDisconnectedService) {
|
||||
|
||||
//expect(SocketDisconnectedService.doSomething()).toEqual('something')
|
||||
|
||||
}))
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user