From 5261c8266d561013f86aa50196d6a91a49ee5bf3 Mon Sep 17 00:00:00 2001 From: Tejas Karelia Date: Thu, 22 Jun 2023 11:20:56 -0700 Subject: [PATCH] [MM-52851]: Migrate "components/channel_notifications_modal/components/extra_info.test.jsx" to Typescript (#23684) --- .../{extra_info.test.jsx.snap => extra_info.test.tsx.snap} | 0 .../components/{extra_info.test.jsx => extra_info.test.tsx} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename webapp/channels/src/components/channel_notifications_modal/components/__snapshots__/{extra_info.test.jsx.snap => extra_info.test.tsx.snap} (100%) rename webapp/channels/src/components/channel_notifications_modal/components/{extra_info.test.jsx => extra_info.test.tsx} (100%) diff --git a/webapp/channels/src/components/channel_notifications_modal/components/__snapshots__/extra_info.test.jsx.snap b/webapp/channels/src/components/channel_notifications_modal/components/__snapshots__/extra_info.test.tsx.snap similarity index 100% rename from webapp/channels/src/components/channel_notifications_modal/components/__snapshots__/extra_info.test.jsx.snap rename to webapp/channels/src/components/channel_notifications_modal/components/__snapshots__/extra_info.test.tsx.snap diff --git a/webapp/channels/src/components/channel_notifications_modal/components/extra_info.test.jsx b/webapp/channels/src/components/channel_notifications_modal/components/extra_info.test.tsx similarity index 100% rename from webapp/channels/src/components/channel_notifications_modal/components/extra_info.test.jsx rename to webapp/channels/src/components/channel_notifications_modal/components/extra_info.test.tsx