1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

All dependency/unit test passes now.

Added karma loader for IE/Firefox/Safari/Opera.
This commit is contained in:
Gunther Brunner 2014-08-22 15:48:00 +09:00
parent aad3db8828
commit a0efad0ecf
3 changed files with 13 additions and 18 deletions

View file

@ -1,8 +1,8 @@
describe('VersionUpdateService', function() {
describe('ExternalUrlModalService', function() {
beforeEach(angular.mock.module(require('./').name));
it('should ...', inject(function(VersionUpdateService) {
it('should ...', inject(function(ExternalUrlModalService) {
//expect(FatalMessageService.doSomething()).toEqual('something');