Skip to content

Commit 4e8aa7d

Browse files
committed
prettier complaints resolved
1 parent 3895f36 commit 4e8aa7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/translations/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ describe("translations", () => {
1717
const { getTranslation } = require("./");
1818
expect(getTranslation("log_in", "fr")).toEqual("Connexion");
1919
});
20-
20+
2121
it("should return translation for 'hu' locale", () => {
2222
const { getTranslation } = require("./");
2323
expect(getTranslation("log_in", "hu")).toEqual("Bejelentkezés");
2424
});
25-
25+
2626
it("should return translation for 'es' locale", () => {
2727
const { getTranslation } = require("./");
2828
expect(getTranslation("log_in", "es")).toEqual("Iniciar sesión");

0 commit comments

Comments
 (0)