You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests are good, but ultimately mocking a dependency makes our tests unable to see when dependency updates break. We should have tests that don't mock osc so that we can discover breaking changes.
The text was updated successfully, but these errors were encountered:
Unit tests are good, but ultimately mocking a dependency makes our tests unable to see when dependency updates break. We should have tests that don't mock
osc
so that we can discover breaking changes.The text was updated successfully, but these errors were encountered: