From 76fb5245b09cad9389f32ab4d96b91ffc384404c Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Tue, 13 May 2025 18:03:32 +0100 Subject: [PATCH] test(react-native): dont use jsx file extension in scenario launcher --- .../lib/{ScenarioComponent.jsx => ScenarioComponent.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/react-native/features/fixtures/scenario-launcher/lib/{ScenarioComponent.jsx => ScenarioComponent.js} (100%) diff --git a/test/react-native/features/fixtures/scenario-launcher/lib/ScenarioComponent.jsx b/test/react-native/features/fixtures/scenario-launcher/lib/ScenarioComponent.js similarity index 100% rename from test/react-native/features/fixtures/scenario-launcher/lib/ScenarioComponent.jsx rename to test/react-native/features/fixtures/scenario-launcher/lib/ScenarioComponent.js