From 86c2c8364d4bdb844a56f44ebb01a8f7299abdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Wed, 1 Feb 2023 11:52:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9npm=20app=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E8=AF=84=E5=88=86=E5=9B=BE=E5=8D=95=E6=B5=8B=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/views/charts2/charts/npm/NpmAppCategoryScore.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/views/charts2/charts/npm/NpmAppCategoryScore.test.js b/test/views/charts2/charts/npm/NpmAppCategoryScore.test.js index 3adca5eb..7ecab3dc 100644 --- a/test/views/charts2/charts/npm/NpmAppCategoryScore.test.js +++ b/test/views/charts2/charts/npm/NpmAppCategoryScore.test.js @@ -93,7 +93,7 @@ describe('views/charts2/charts/npm/NpmAppCategoryScore.vue测试', () => { expect(textNode4.text()).toBe('5') expect(textNode5.text()).toBe('6') resolve() - }, 1000)) + }, 200)) }) test('NpmAppCategoryScore测试分类不足6个时icon的class类名是否正确', async () => { // 模拟分类不足6个的情况 @@ -143,6 +143,6 @@ describe('views/charts2/charts/npm/NpmAppCategoryScore.vue测试', () => { expect(textNode4.text()).toBe('100.00%') expect(textNode5.text()).toBe('>500.00%') resolve() - }, 1000)) + }, 200)) }) })