From 9295115f103ad4b5829c176bcda7a2e49f9d7ce7 Mon Sep 17 00:00:00 2001 From: blackhu0804 <812510003@qq.com> Date: Sat, 24 Apr 2021 21:42:47 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9=E6=8F=92=E5=85=A5?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/unit/menus/img/upload-img.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/menus/img/upload-img.test.ts b/test/unit/menus/img/upload-img.test.ts index 94712ee..624d33c 100644 --- a/test/unit/menus/img/upload-img.test.ts +++ b/test/unit/menus/img/upload-img.test.ts @@ -83,7 +83,7 @@ describe('upload img', () => { expect(document.execCommand).toBeCalledWith( 'insertHTML', false, - `` + `` ) }) @@ -101,7 +101,7 @@ describe('upload img', () => { expect(document.execCommand).toBeCalledWith( 'insertHTML', false, - `` + `` ) expect(callback).toBeCalledWith(imgUrl, undefined, undefined) })