Skip to content

Commit

Permalink
Merge pull request #11145 from qmonmert/reactprettierfix
Browse files Browse the repository at this point in the history
Reformat react files with prettier
  • Loading branch information
murdos authored Oct 18, 2024
2 parents 0074ebe + bbadd37 commit 1802e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: () => {
Expand Down

0 comments on commit 1802e25

Please sign in to comment.