diff --git a/types/test.tsx b/types/test.tsx index 3971037d..07c4dbb7 100644 --- a/types/test.tsx +++ b/types/test.tsx @@ -44,6 +44,15 @@ export function testRenderOptions() { render(
, options) } +export function testSVGRenderOptions() { + const container = document.createElementNS( + 'http://www.w3.org/2000/svg', + 'svg', + ) + const options = {container} + render(, options) +} + export function testFireEvent() { const {container} = render(