mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Start to add Socket Disconnected Modal.
This commit is contained in:
parent
0ea6debc13
commit
e172457b5f
7 changed files with 84 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
describe('SocketDisconnectedService', function() {
|
||||
|
||||
beforeEach(angular.mock.module(require('./index').name))
|
||||
|
||||
it('should ...', inject(function(SocketDisconnectedService) {
|
||||
|
||||
//expect(SocketDisconnectedService.doSomething()).toEqual('something')
|
||||
|
||||
}))
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue