mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
All dependency/unit test passes now.
Added karma loader for IE/Firefox/Safari/Opera.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user