From e8bdca78ef997d682c56fc8888f43189f4385697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=9A=D0=BE=D0=B7=D0=B0=D0=BA?= Date: Fri, 28 Jul 2023 14:00:08 +0300 Subject: [PATCH] test: fix test runs --- tests/i18n.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/i18n.test.ts b/tests/i18n.test.ts index b4b2f67..25134a8 100644 --- a/tests/i18n.test.ts +++ b/tests/i18n.test.ts @@ -15,7 +15,7 @@ test('All keys in all localizations must be the same', () => { }) -test.only('Messages do not have to have the same values in different locales', () => { +test('Messages do not have to have the same values in different locales', () => { const messagesMap: Record = {}