Live data from Hacker News

Don't test what you don't control

echooff.dev

1–2 of 2 posts

Re: Don't test what you don't control

#2
I think integration tests, e2e tests or smoke tests still provide value. Even for things that you don’t control directly, but at some point you have control over it. You could simply stop using the flaky external dependency and replace it by something different.