function renderTestView()
Renders the specified view using the current test application context.
function renderTestView(view: View): void;
Notes
- This function is provided as a shortcut to render a view exclusively. It clears all rendered test output, if any, and then renders the specified view.
- The test application context must be initialized using useTestContext() before calling this function.
