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
All private functions should use the generally accepted practice of preceding the function name with underbars. As an example in test-utils.sh, the function name should be renamed __unit-test().
All private functions should use the generally accepted practice of preceding the function name with underbars. As an example in test-utils.sh, the function name should be renamed
__unit-test().