This content originally appeared on Krasimir Tsonev - blog and was authored by Krasimir Tsonev - blog
I'm recently working on two OS libraries. Both I'm unit testing with Jest. There is some logic that leads to a warning which I'm doing with console.warn
. In the unit tests this is happening quite often so I want to suppress it. Also I want to verify that it happens on the right place.
This content originally appeared on Krasimir Tsonev - blog and was authored by Krasimir Tsonev - blog
