This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Mark Erikson
acemarke.dev
did:plc:oajtxomomwvbm5vhvvagyogy
Just wrote my first test with @phry.dev 's "React Render Stream" testing library, and this is neat!
Rather than writing `waitFor`s or timers, explicitly do:
{
const {withinDOM} = await takeRender()
expect(withinDOM.getByTestId()).something()
}
Seems useful!
https://github.com/testing-library/react-render-stream-testing-library
2024-11-29T19:50:50.309Z