From 677699a805595c93727b5aee8eaa8c5c17f41a3e Mon Sep 17 00:00:00 2001 From: prakhyatox Date: Fri, 6 Oct 2023 14:25:12 +0100 Subject: [PATCH] adding comment to test case --- .../Users/Profiles/Private/EditOrganisations.spec.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js b/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js index 2cc182f7d8..1dcc2527db 100644 --- a/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js +++ b/tests/unit/components/Users/Profiles/Private/EditOrganisations.spec.js @@ -46,6 +46,11 @@ let mocks = { editPublicUserStub: null, editUserStub: null, getUserStub: null, + /** + * Commenting as it is giving null output + * Need to check it again later + */ + // restore: function(mockKey) { // this[mockKey].restore(); // },