Skip to content

Commit

Permalink
Reformat react files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Oct 17, 2024
1 parent 3c86be3 commit bbadd37
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 bbadd37

Please sign in to comment.