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
Currently most of the unit tests have a instance of Nevermined which depend of tools for example this is one case. Unit test should not depend of any external sources, also we should consider if theses integrations are already covered in integration tests and in that case we should remove
Acceptance criteria
Nevermined should be mocked
Unit tests should not depend of any external sources
Clean up unit tests which are already covered in integration tests
The text was updated successfully, but these errors were encountered:
Description
Currently most of the unit tests have a instance of Nevermined which depend of tools for example this is one case. Unit test should not depend of any external sources, also we should consider if theses integrations are already covered in integration tests and in that case we should remove
Acceptance criteria
The text was updated successfully, but these errors were encountered: