trying to fix vsts running the tests
This commit is contained in:
@@ -38,7 +38,8 @@ describe('tree service tests', function () {
|
||||
|
||||
beforeEach(module('umbraco.services'));
|
||||
beforeEach(module('umbraco.resources'));
|
||||
beforeEach(module('umbraco.mocks'));
|
||||
beforeEach(module('umbraco.mocks'));
|
||||
beforeEach(module('ngRoute'));
|
||||
|
||||
beforeEach(inject(function ($injector, mocksUtils) {
|
||||
|
||||
@@ -392,4 +393,4 @@ describe('tree service tests', function () {
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user