Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Nov 30, 2024
1 parent f5fdb78 commit d0b6918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions app/routes/_index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ describe("Home route", () => {
).not.toBeNull()
})

it("should render the home page text properly in bosnian", async ({
renderStub
}) => {
it("should render the home page text properly in bosnian", async ({ renderStub }) => {
const { container } = await renderStub({
entries: [
{
Expand Down
2 changes: 1 addition & 1 deletion resources/locales/bs/common.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"hi": "React Router je zakon!"
}
}
2 changes: 1 addition & 1 deletion resources/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"hi": "React Router is awesome!"
}
}

0 comments on commit d0b6918

Please sign in to comment.