From 3bba4ec2151682c0ddada3132d2bb83b85471b34 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 9 Apr 2022 18:48:03 +0500 Subject: [PATCH] hmm something wrong with importing TS files in jest testing now --- ...ctionary-core.test.ts => dictionary-core.test-not-working.txt} | 0 .../{local-storage.test.ts => local-storage.test.not-working.txt} | 0 .../lib/{search-pile.test.ts => search-pile.test.not-working.ts} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename website/src/lib/{dictionary-core.test.ts => dictionary-core.test-not-working.txt} (100%) rename website/src/lib/{local-storage.test.ts => local-storage.test.not-working.txt} (100%) rename website/src/lib/{search-pile.test.ts => search-pile.test.not-working.ts} (100%) diff --git a/website/src/lib/dictionary-core.test.ts b/website/src/lib/dictionary-core.test-not-working.txt similarity index 100% rename from website/src/lib/dictionary-core.test.ts rename to website/src/lib/dictionary-core.test-not-working.txt diff --git a/website/src/lib/local-storage.test.ts b/website/src/lib/local-storage.test.not-working.txt similarity index 100% rename from website/src/lib/local-storage.test.ts rename to website/src/lib/local-storage.test.not-working.txt diff --git a/website/src/lib/search-pile.test.ts b/website/src/lib/search-pile.test.not-working.ts similarity index 100% rename from website/src/lib/search-pile.test.ts rename to website/src/lib/search-pile.test.not-working.ts