From 82af09443a16b41a13f72c2a6edbaaa82f6b4d1e Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 3 Jun 2025 19:09:43 +0200 Subject: [PATCH] Chore(ui/taglist): snapshot test --- .../__snapshots__/TagList.stories.tsx.snap | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pkgs/clan-app/ui/src/components/TagList/__snapshots__/TagList.stories.tsx.snap diff --git a/pkgs/clan-app/ui/src/components/TagList/__snapshots__/TagList.stories.tsx.snap b/pkgs/clan-app/ui/src/components/TagList/__snapshots__/TagList.stories.tsx.snap new file mode 100644 index 000000000..7ac0b3f35 --- /dev/null +++ b/pkgs/clan-app/ui/src/components/TagList/__snapshots__/TagList.stories.tsx.snap @@ -0,0 +1,32 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Components/TagList Default smoke-test 1`] = ` +
+
+ + Titan + + + Enceladus + + + Mimas + + + Dione + + + Iapetus + + + Tethys + + + Hyperion + + + Epimetheus + +
+
+`;