From 15b9ab2ca7819f2f3a2cbf7be58f9a2944de050a Mon Sep 17 00:00:00 2001
From: unknown <wangyaqi988@163.com>
Date: Sat, 20 Apr 2024 12:10:53 +0800
Subject: [PATCH] =?UTF-8?q?test:=20calendar=E9=A1=B5=E9=9D=A2=E4=B8=8D?=
 =?UTF-8?q?=E6=94=AF=E6=8C=81web=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pages/template/calendar/calendar.test.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pages/template/calendar/calendar.test.js b/pages/template/calendar/calendar.test.js
index 8b7993ca..bd510bf8 100644
--- a/pages/template/calendar/calendar.test.js
+++ b/pages/template/calendar/calendar.test.js
@@ -1,6 +1,12 @@
 const PAGE_PATH = '/pages/template/calendar/calendar'
 
 describe('calendar', () => {
+  if (process.env.uniTestPlatformInfo.indexOf('web') > -1 || process.env.UNI_AUTOMATOR_APP_WEBVIEW == 'true') {
+    it('dummyTest', () => {
+      expect(1).toBe(1)
+    })
+    return
+  }
   let page
   beforeAll(async () => {
     page = await program.reLaunch(PAGE_PATH)
-- 
GitLab