minhtranite / react-notifications

Notification component for ReactJS
https://www.npmjs.com/package/react-notifications
287 stars 64 forks source link

Jest testes are failed #35

Closed tharun85 closed 6 years ago

tharun85 commented 6 years ago

I updated my project to react-notifactions. While writing jest cases, for alert("Login Failed"), I mocked using window.alert = jest.fn(). Now how could I mock NotificationManager.error(Login failed!)