From 6a9bd80fc82b68e7bb646ae8a2a46ad80bb724fb Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Fri, 22 Mar 2024 14:31:31 +0100 Subject: [PATCH] Update tests --- .../useIconComponent.spec.tsx.snap | 158 ++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 packages/lucide-react-native/tests/__snapshots__/useIconComponent.spec.tsx.snap diff --git a/packages/lucide-react-native/tests/__snapshots__/useIconComponent.spec.tsx.snap b/packages/lucide-react-native/tests/__snapshots__/useIconComponent.spec.tsx.snap new file mode 100644 index 0000000000..aeae002f12 --- /dev/null +++ b/packages/lucide-react-native/tests/__snapshots__/useIconComponent.spec.tsx.snap @@ -0,0 +1,158 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`Using iconNode component generator > should create a component from an iconNode 1`] = ` + + + + + + +`; + +exports[`Using iconNode component generator > should create multiple components 1`] = ` +
+ + + + + + + + + + + + + +
+`;