forked from baron/baron-sso
레거시 수정
This commit is contained in:
@@ -12,7 +12,9 @@ describe("i18n utility", () => {
|
||||
});
|
||||
|
||||
it("returns key if fallback not provided and key not found", () => {
|
||||
expect(t("this.key.truly.does.not.exist")).toBe("this.key.truly.does.not.exist");
|
||||
expect(t("this.key.truly.does.not.exist")).toBe(
|
||||
"this.key.truly.does.not.exist",
|
||||
);
|
||||
});
|
||||
|
||||
it("replaces variables in template", () => {
|
||||
|
||||
Reference in New Issue
Block a user