devalue your test with too much setup (#)
You can do the opposite by not requiring much setup at all with testing-concept-pure-functions-aid-testability
"Two rules of thumb when writing tests are: 1) Include all data that impacts the expectation in the setup phase. 2) Include none of the data that does not impact the expectation (#)