diff --git a/__test__/Utils/jest.util.ts b/__test__/Utils/jest.util.ts index 235f54971..16f1c2ad6 100644 --- a/__test__/Utils/jest.util.ts +++ b/__test__/Utils/jest.util.ts @@ -23,7 +23,7 @@ expect.extend({ return toMatchSnapshot.call( this, received.toFixed(fractionDigits), - 'toMatchTrimmedSnapshot', + '数值快照匹配', ); }, });