From 4c03a7484b990e806387c3ee2b132ee8a9b42536 Mon Sep 17 00:00:00 2001 From: anotherso1a <1181581742@qq.com> Date: Wed, 13 Dec 2023 15:26:41 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E6=B5=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/api-proxy/__tests__/web/action-sheet.spec.js | 2 +- packages/api-proxy/__tests__/web/modal.spec.js | 2 +- packages/api-proxy/__tests__/web/toast.spec.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/api-proxy/__tests__/web/action-sheet.spec.js b/packages/api-proxy/__tests__/web/action-sheet.spec.js index 2d81cab8de..e6549ba88b 100644 --- a/packages/api-proxy/__tests__/web/action-sheet.spec.js +++ b/packages/api-proxy/__tests__/web/action-sheet.spec.js @@ -6,7 +6,7 @@ import { dispatchTap } from '../../../../test/utils/touch' describe('test toast', () => { afterAll(() => { - document.body.lastChild.remove() + // document.body.lastChild.remove() }) test('should show actionSheet', () => { const A = 'A' diff --git a/packages/api-proxy/__tests__/web/modal.spec.js b/packages/api-proxy/__tests__/web/modal.spec.js index 4d76448210..3e198d095d 100644 --- a/packages/api-proxy/__tests__/web/modal.spec.js +++ b/packages/api-proxy/__tests__/web/modal.spec.js @@ -6,7 +6,7 @@ import { describe('test modal', () => { afterAll(() => { - document.body.lastChild.remove() + // document.body.lastChild.remove() }) test('should show actionSheet', () => { diff --git a/packages/api-proxy/__tests__/web/toast.spec.js b/packages/api-proxy/__tests__/web/toast.spec.js index 69abdda746..4b43185d5e 100644 --- a/packages/api-proxy/__tests__/web/toast.spec.js +++ b/packages/api-proxy/__tests__/web/toast.spec.js @@ -5,7 +5,7 @@ import { describe('test toast', () => { afterAll(() => { - document.body.lastChild.remove() + // document.body.lastChild.remove() }) test('should show normal toast', done => {