From fe9d0189a0b65bf4cdb7a40440538eb01554cdf3 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Fri, 1 Oct 2021 15:41:32 +0200 Subject: [PATCH] Revert "Typescriptify tests" This reverts commit 2a4dcd1267864bd0735f0f6ccda7eca46bc302b7. --- test/app-tests/{joining-test.tsx => joining-test.js} | 0 test/app-tests/{loading-test.tsx => loading-test.js} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/app-tests/{joining-test.tsx => joining-test.js} (100%) rename test/app-tests/{loading-test.tsx => loading-test.js} (100%) diff --git a/test/app-tests/joining-test.tsx b/test/app-tests/joining-test.js similarity index 100% rename from test/app-tests/joining-test.tsx rename to test/app-tests/joining-test.js diff --git a/test/app-tests/loading-test.tsx b/test/app-tests/loading-test.js similarity index 100% rename from test/app-tests/loading-test.tsx rename to test/app-tests/loading-test.js