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
The current test only does a pretty basic check of whether the cleaning function exits cleanly. However, this would be the case even if e.g. not a single app was cleaned as long as the function itself does not throw an error.
Ideas:
use an executable that should be in the path for every dev and/or runner environment and confirm it was executed
add a mock app and confirm that it was called with the correct arguments
The text was updated successfully, but these errors were encountered:
The current test only does a pretty basic check of whether the cleaning function exits cleanly. However, this would be the case even if e.g. not a single app was cleaned as long as the function itself does not throw an error.
Ideas:
The text was updated successfully, but these errors were encountered: