trying to fix vsts running the tests

This commit is contained in:
Shannon
2018-06-15 12:21:18 +10:00
parent 4acc3f48bf
commit 81f78e3ec5

View File

@@ -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 () {
});
});
});
});