stop trying to make fetch happen

it is not going to happen

One weird trick to decrease unit test failures

October 07, 2019 — ~level3

If you have a lot of unit tests failing, you might want to see if you even need the code that the unit tests test. If you don't need it, delete both the test and the code. :party:

tags: testing, click-bait, one-weird-trick