From 4dc080de16c77ac285b2308507b0ca1dc3aa46fd Mon Sep 17 00:00:00 2001 From: Michael Stedman <46408716+recondesigns@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:22:24 -0600 Subject: [PATCH] converted Swatch.test.js to .tsx and updated snapshot --- .../Branding/Swatch/__tests__/{Swatch.test.js => Swatch.test.tsx} | 0 .../__snapshots__/{Swatch.test.js.snap => Swatch.test.tsx.snap} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename components/Branding/Swatch/__tests__/{Swatch.test.js => Swatch.test.tsx} (100%) rename components/Branding/Swatch/__tests__/__snapshots__/{Swatch.test.js.snap => Swatch.test.tsx.snap} (100%) diff --git a/components/Branding/Swatch/__tests__/Swatch.test.js b/components/Branding/Swatch/__tests__/Swatch.test.tsx similarity index 100% rename from components/Branding/Swatch/__tests__/Swatch.test.js rename to components/Branding/Swatch/__tests__/Swatch.test.tsx diff --git a/components/Branding/Swatch/__tests__/__snapshots__/Swatch.test.js.snap b/components/Branding/Swatch/__tests__/__snapshots__/Swatch.test.tsx.snap similarity index 100% rename from components/Branding/Swatch/__tests__/__snapshots__/Swatch.test.js.snap rename to components/Branding/Swatch/__tests__/__snapshots__/Swatch.test.tsx.snap