mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Added Chat (disabled for now).
This commit is contained in:
parent
c1adb9087a
commit
af6fa9fe29
11 changed files with 135 additions and 4 deletions
|
@ -0,0 +1,11 @@
|
|||
describe('VersionUpdateService', function() {
|
||||
|
||||
beforeEach(module('stf.version-update'));
|
||||
|
||||
it('should ...', inject(function(VersionUpdateService) {
|
||||
|
||||
//expect(FatalMessageService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue