Skip to content

Commit

Permalink
remove object error suppression
Browse files Browse the repository at this point in the history
flag=none

The error has been resolved in previous commits.

test plan:
  - n/a

qa risk: low

Change-Id: Ia60581e03f420a038fd76db4ba9da30e4a658f1f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/330030
Reviewed-by: Jackson Howe <jackson.howe@instructure.com>
QA-Review: Jackson Howe <jackson.howe@instructure.com>
Product-Review: Jackson Howe <jackson.howe@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
  • Loading branch information
davishyer committed Oct 11, 2023
1 parent 4a3cd6f commit 879a982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest/jest-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ rceFormatMessage.setup({
/* eslint-disable no-console */
const globalError = global.console.error
const ignoredErrors = [
/\[object Object\]/,
/An update to %s inside a test was not wrapped in act/,
/Can't perform a React state update on an unmounted component/,
/contextType was defined as an instance property on %s/,
Expand Down

0 comments on commit 879a982

Please sign in to comment.