import { render } from '@testing-library/react'; export function renderUI(ui, options) { return render(ui, options); }