From f43cbcb7cbcc23b82423eace53dc2586693130c6 Mon Sep 17 00:00:00 2001 From: Davis Hyer Date: Sun, 26 Feb 2023 10:44:25 -0700 Subject: [PATCH] remove unnecessary DefaultToolForm warning supression refs LS-3831 flag=none The test(s) previously causing this error have either been fixed or removed. This supression is no longer necessary. test plan: - tests pass qa risk: low Change-Id: Id38b6200253f024a899deb0c2d42adf55f5a3f9d Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/311996 Reviewed-by: Sarah Gerard QA-Review: Davis Hyer Product-Review: Davis Hyer Tested-by: Service Cloud Jenkins --- jest/jest-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest/jest-setup.js b/jest/jest-setup.js index 0fbf8c6289a..50c473fc06c 100644 --- a/jest/jest-setup.js +++ b/jest/jest-setup.js @@ -52,7 +52,7 @@ const ignoredErrors = [ / does not support changing `store` on the fly/, /A component is changing a controlled input of type %s to be uncontrolled/, /A theme registry has already been initialized/, - /An update to (%s|DefaultToolForm) inside a test was not wrapped in act/, + /An update to %s inside a test was not wrapped in act/, /Can't perform a React state update on an unmounted component/, /Cannot read property 'activeElement' of undefined/, /Cannot read property 'name' of null/,