Making one Jest test file depend on outputs from another
I'll start off by saying this is an ugly hack, and I hope if you have reached this article, you really know what you're doing.
Tests should be independent, and ideally not block each other. Jest is designed to not make test file execution order deter...
arnav.tech4 min read