From e6982c3e639954833cdc3acafc7cba89da7f5a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Wed, 27 Nov 2024 15:28:52 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BE=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/swiper/swiper2.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component/swiper/swiper2.test.js b/pages/component/swiper/swiper2.test.js index 8b0d57f8..127dae71 100644 --- a/pages/component/swiper/swiper2.test.js +++ b/pages/component/swiper/swiper2.test.js @@ -7,7 +7,7 @@ const isWeb = platformInfo.startsWith('web') const isMP = platformInfo.startsWith('mp') // 屏蔽 web * android 平台, 需要针对调整坐标 // 屏蔽 小程序,不支持 program.swipe - if (isWeb || isAndroid || isMp) { + if (isWeb || isAndroid || isMP) { it('other platform', () => { expect(1).toBe(1) }) -- GitLab