kentcdodds / ama

Ask me anything!
https://github.com/kentcdodds/ama/issues?q=is%3Aissue+is%3Aclosed
685 stars 75 forks source link

How to test there was no exception in Promise.finally() #833

Closed Aprillion closed 4 years ago

Aprillion commented 4 years ago

Hi,

I posted my question on https://stackoverflow.com/questions/63280743/how-to-test-there-was-no-exception-in-promise-finally

Code in https://codesandbox.io/s/reverent-dijkstra-nbcno?file=/src/index.test.js (test is passing and I want to make it fail...)

Aprillion commented 4 years ago

nevermind, solved.