Project

General

Profile

« Previous | Next » 

Revision 32a4050a

Added by Dan Seethaler over 6 years ago

Fixes #21179 - Upgrade to

Enzyme needs to be upgraded to support react@16. In upgrading I
found that using jest's snapshot feature would greatly improve
several of the tests that were in place. I've changed these
tests to use snapshots and added enzyme-to-json to support
snapshot testing with enzyme wrappers.

http://projects.theforeman.org/issues/21179

View differences:

webpack/assets/javascripts/react_app/components/toastNotifications/ToastList.fixtures.js
}
});
export const emptyHtml = '<div class="toast-notifications-list-pf"></div>';
export const singleMessageState = Immutable({
toasts: {
messages: {

Also available in: Unified diff