Fix unit test

This commit is contained in:
Warren Buckley
2019-09-24 12:00:39 +01:00
parent 7728559ce4
commit f43a6a9004

View File

@@ -13,6 +13,8 @@ describe('RTE controller tests', function () {
}
}
beforeEach(module('LocalStorageModule'));
beforeEach(module('umbraco', function ($provide) {
$provide.value('tinyMceAssets', []);
}));