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
Currently the code for revalidating pages and globals is quite "hacked together" and barely working. Writing integration tests for these should be a high priority as this is arguably one of biggest key features of this entire thing really.
Integration tests would have to be done for every collection and would be of sort:
Render page with collection/global item in it on next.js side, verify the content.
Make a change in backend to that specific collection/global
Re-render the page and verify that the change has occurred.
The text was updated successfully, but these errors were encountered:
Currently the code for revalidating pages and globals is quite "hacked together" and barely working. Writing integration tests for these should be a high priority as this is arguably one of biggest key features of this entire thing really.
Integration tests would have to be done for every collection and would be of sort:
The text was updated successfully, but these errors were encountered: