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
Presently, multiple unit tests are depending on online API mocks to test the functionalities. Online API mocks make stable Internet a requirement for the unit tests which is not desired. The codebase should be testable even if there is no Internet. So, the unit tests that use online API mocks should be changed to use local API mocks in their testing.
The text was updated successfully, but these errors were encountered:
Presently, multiple unit tests are depending on online API mocks to test the functionalities. Online API mocks make stable Internet a requirement for the unit tests which is not desired. The codebase should be testable even if there is no Internet. So, the unit tests that use online API mocks should be changed to use local API mocks in their testing.
The text was updated successfully, but these errors were encountered: