From 749b3ab722e6188b83ef6dabb46634ab4917cae9 Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Wed, 7 Feb 2024 11:52:22 -0800 Subject: [PATCH] rm .test --- binding/web/cypress/fixtures/.test/test_data.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 binding/web/cypress/fixtures/.test/test_data.json diff --git a/binding/web/cypress/fixtures/.test/test_data.json b/binding/web/cypress/fixtures/.test/test_data.json deleted file mode 100644 index 412e88cd..00000000 --- a/binding/web/cypress/fixtures/.test/test_data.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "test_sentences": { - "text": "It doesn't matter how slowly you go, as long as you do not stop!", - "text_no_punctuation": "It doesn't matter how slowly you go as long as you do not stop", - "text_custom_pronunciation": "I {live|L IH V} in {Sevilla|S EH V IY Y AH}. We have great {live|L AY V} sports!" - }, - "wer_threshold": 0.2 -}