Loading

To use DOM Testing Library with HyperApp, we’ll write a custom render function that utilizes the getQueriesForElement function. HyperApp renders and re-renders asynchronously, so we’ll use a custom fireEventAsync utility function to ensure that the app has re-rendered after every event we fire.

Transcript