From c8722361a81a681c1270115a07c687c62375c973 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Wed, 18 Oct 2023 15:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=87=AA=E5=8A=A8=E5=8C=96?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=9F=BA=E5=87=86=E6=88=AA=E5=9B=BE=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jest-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest-setup.js b/jest-setup.js index 0864a9de..5e4c8351 100644 --- a/jest-setup.js +++ b/jest-setup.js @@ -6,7 +6,7 @@ const { const hbuilderx_version = process.env.HX_Version const uniTestPlatformInfo = process.env.uniTestPlatformInfo ? process.env.uniTestPlatformInfo.replace(/\s/g,'_') : '' const folderName = `__image_snapshots__/${hbuilderx_version}/__${uniTestPlatformInfo}__` -const baseFolderName = `__image_snapshots__/base` +const baseFolderName = `__image_snapshots__/base/__${uniTestPlatformInfo}__` expect.extend({ toMatchImageSnapshot: configureToMatchImageSnapshot({ -- GitLab