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
It would be nice if we could write unit tests for TinyPilot's frontend, which currently has no automated tests. To do this, we need to use ES6 module syntax so that we can run unit tests under Node and import our web components.
The text was updated successfully, but these errors were encountered:
We now have everything in place so that we can start writing unit tests in the frontend. I think good candidates to start with would be prettifyByteSize or futureLocation. (We would need to extract these beforehand, of course.)
Splitting off from #538 (comment)
It would be nice if we could write unit tests for TinyPilot's frontend, which currently has no automated tests. To do this, we need to use ES6 module syntax so that we can run unit tests under Node and import our web components.
The text was updated successfully, but these errors were encountered: