That way you know none of them are accidentally dependent on an earlier test. You can use a function for this that is run at the beginning of each test (hint: clearV1). If you find yourself needing similar code at the start of a series of tests, consider using Jest's beforeEach to...