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
elm-test seems to only output test cases that failed, and omits the ones that succeeded. Sometimes the information on successful test cases is useful. For example, I'm implementing interactive coding on my webpage, and using elm-test on the backend to run the code. I would like to tell the user which test cases their code got right, on top of which ones they got wrong.