From 307bd416a71582d1d6b21f69d11f34869888712f Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Thu, 19 Nov 2020 08:23:13 -0500 Subject: [PATCH] chore(types): add test for rendering SVG elements --- types/test.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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(