From 1864a62b4bc0639c0ff502cdda51cd382c09b142 Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Tue, 1 Apr 2025 17:08:24 +0800 Subject: [PATCH] 1 --- admin-web-master/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-web-master/jest.config.js b/admin-web-master/jest.config.js index 143cdc8..1d22aa6 100644 --- a/admin-web-master/jest.config.js +++ b/admin-web-master/jest.config.js @@ -10,7 +10,7 @@ module.exports = { '^@/(.*)$': '/src/$1' }, snapshotSerializers: ['jest-serializer-vue'], - testMatch: [ + testMatch: [ '**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' ], collectCoverageFrom: ['src/utils/**/*.{js,vue}', '!src/utils/auth.js', '!src/utils/request.js', 'src/components/**/*.{js,vue}'], -- libgit2 0.21.4