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.
2 pieces tagged testing.

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.

So let me start by saying that I come from the world of Java (originally an Android developer, before branching out to do all the other stuff). Which means there's a very rigid idea about how test ...