You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(MissingObserver polyfill): add MissingObserver polyfill for jest environment
affects: @patternfly/react-console, patternfly-react
Referenced from noVNC (@novnc/nvnc/core/util/events.js).
Workaround for the 'jest' testing only
since the MutationObserver is available in browsers otherwise.
Attempt to fix the issue by using
'browser' jest configuration option did not work in this case.
0 commit comments