Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): incorrect test (should use existing result)
Since `readFileSync` is only stubbed `onFirstCall` we get a different answer the second time around which is probably Not What You Want. But also we *already checked that config = false*. So you could just remove this test, it does nothing useful.
- Loading branch information