From a315b292e304fa30f104ea023d3fcb6632decd8d Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 1 Mar 2024 15:18:56 +0800 Subject: [PATCH] =?UTF-8?q?test:=20web=E7=AB=AF=E5=90=AF=E7=94=A8list-news?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B5=8B=E8=AF=95=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/list-news/list-news.test.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pages/template/list-news/list-news.test.js b/pages/template/list-news/list-news.test.js index 507c1960..78f6d5f5 100644 --- a/pages/template/list-news/list-news.test.js +++ b/pages/template/list-news/list-news.test.js @@ -1,12 +1,6 @@ // uni-app自动化测试教程: https://uniapp.dcloud.net.cn/worktile/auto/hbuilderx-extension/ describe('template-list-news', () => { - if (process.env.uniTestPlatformInfo.startsWith('web')) { - it('dummyTest', async () => { - expect(1).toBe(1) - }) - return - } let page; beforeAll(async () => { page = await program.reLaunch('/pages/template/list-news/list-news'); -- GitLab