diff --git a/packages/react/src/Trans.test.tsx b/packages/react/src/Trans.test.tsx index 6d5b92965..d3c7d64f8 100644 --- a/packages/react/src/Trans.test.tsx +++ b/packages/react/src/Trans.test.tsx @@ -125,7 +125,9 @@ describe("Trans component", () => { const translation = html( John, !] }} + values={{ + name: [John, !], + }} /> ) expect(translation).toEqual("Hello John!") @@ -158,7 +160,9 @@ describe("Trans component", () => { , strong: }} - values={{ name: [John, !] }} + values={{ + name: [John, !], + }} /> ) expect(translation).toEqual(