Write fixtures after Jest finishes, or ignore fixtures
ericclemmons opened this issue · 0 comments
ericclemmons commented
It's helpful to re-run tests when a fixture changes, but when RECORD
ing new fixtures, tests automatically re-run, causing every fixture to be re-recorded repeatedly.
This is a huge problem when doing OAuth, because of shifting ?sig
and headers.