From 0c4ec0fd20393664e04a9580b84e9272bcb5a89b Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 28 May 2019 18:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/Utils/jest.util.ts | 1 - 1 file changed, 1 deletion(-) 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), - '数值快照匹配', ); }, });