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