This diff replaces all uses of Notification.js functions in Configure.js with direct calls to the antd notification component, which happens to all be related to the Contact List feature.
Also integration tests added for this component.
Differential D15377
[Cashtab] Update configure.js with direct antd calls emack on Feb 2 2024, 14:08. Authored by Tags None Subscribers None
Details
This diff replaces all uses of Notification.js functions in Configure.js with direct calls to the antd notification component, which happens to all be related to the Contact List feature. Also integration tests added for this component. npm test
Diff Detail
Event TimelineComment Actions Added initial integration test, still need to mock localForage when a localForage mock can't be passed in as a function arg. Comment Actions Updated integration tests, however subject to upcoming alignment with react-router-dom refactors |