From bbadd37b1b1145daa207a23af781d67847849c2c Mon Sep 17 00:00:00 2001 From: Quentin Date: Thu, 17 Oct 2024 22:46:57 +0200 Subject: [PATCH] Reformat react files with prettier --- .../client/react/i18n/domain/ReactI18nModuleFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/tech/jhipster/lite/generator/client/react/i18n/domain/ReactI18nModuleFactory.java b/src/main/java/tech/jhipster/lite/generator/client/react/i18n/domain/ReactI18nModuleFactory.java index 7a7f520afda..a438640c1c8 100644 --- a/src/main/java/tech/jhipster/lite/generator/client/react/i18n/domain/ReactI18nModuleFactory.java +++ b/src/main/java/tech/jhipster/lite/generator/client/react/i18n/domain/ReactI18nModuleFactory.java @@ -60,7 +60,7 @@ public JHipsterModule buildModule(JHipsterModuleProperties properties) { .and() .in(path(INDEX_TEST + "HomePage.spec.tsx")) .add(append(), LINE_BREAK + """ - describe('Home I18next', () => { + describe('Home I18next', () => { it('renders with translation', () => { vi.mock('react-i18next', () => ({ useTranslation: () => {