From b2abd848f543c6fb9fde04f1fe927c24c45225a4 Mon Sep 17 00:00:00 2001 From: Drake Harper Date: Fri, 5 Nov 2021 15:17:10 -0600 Subject: [PATCH] Fix error in UserLink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit flag=none Test Plan: - specs pass Change-Id: Idb7ca385f8626033679a76f9df134a75d1c046a8 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/277562 Tested-by: Service Cloud Jenkins Reviewed-by: Omar Soto-Fortuño QA-Review: Omar Soto-Fortuño Product-Review: Omar Soto-Fortuño --- jest/jest-setup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jest/jest-setup.js b/jest/jest-setup.js index cc0c57219e9..7fe238a95f0 100644 --- a/jest/jest-setup.js +++ b/jest/jest-setup.js @@ -74,7 +74,6 @@ const ignoredErrors = [ /Render methods should be a pure function of props and state/, /The 'screenReaderOnly' prop must be used in conjunction with 'liveRegion'/, /The above error occurred in the <.*> component/, - /The prop `avatarName` is marked as required in `UserLink`/, /The prop `children` is marked as required in `TruncateText`/, /The prop `courseId` is marked as required in `(LatestAnnouncementLink|PublishButton)`/, /The prop `currentUserRoles` is marked as required in `ObserverOptions`/,