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
This project would benefit from tests. There are two main subprojects draft/server and draft/sidecar.
For draft/server (the frontend management layer), we should focus tests on API calls, and avoid spending too much time on testing the actual page layout.
For draft/sidecar, we have a more traditional API, and adding tests should be more straight foward.
The text was updated successfully, but these errors were encountered:
This project would benefit from tests. There are two main subprojects
draft/server
anddraft/sidecar
.For
draft/server
(the frontend management layer), we should focus tests on API calls, and avoid spending too much time on testing the actual page layout.For
draft/sidecar
, we have a more traditional API, and adding tests should be more straight foward.The text was updated successfully, but these errors were encountered: