mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
All dependency/unit test passes now.
Added karma loader for IE/Firefox/Safari/Opera.
This commit is contained in:
parent
aad3db8828
commit
a0efad0ecf
3 changed files with 13 additions and 18 deletions
|
@ -1,10 +1,10 @@
|
|||
describe('VersionUpdateService', function() {
|
||||
describe('LightboxImageService', function() {
|
||||
|
||||
beforeEach(angular.mock.module(require('./').name));
|
||||
|
||||
it('should ...', inject(function(VersionUpdateService) {
|
||||
it('should ...', inject(function(LightboxImageService) {
|
||||
|
||||
//expect(FatalMessageService.doSomething()).toEqual('something');
|
||||
//expect(XLightboxImageService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue