How to test there was no exception in Promise.finally()
Aprillion opened this issue · 1 comments
Aprillion commented
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
nevermind, solved.