[Edit] Add reason for redundant mocks

This commit is contained in:
Alex M 2016-09-03 19:02:05 +03:00
parent 7d52d348b2
commit 3dee082141

View File

@ -26,6 +26,11 @@ define(
describe("The Save and Stop Editing action", function () {
// Some mocks appear unused because the
// underlying SaveAction that this action
// depends on is not mocked, so we mock some
// of SaveAction's own dependencies to make
// it run.
var mockDomainObject,
mockEditorCapability,
actionContext,