From e30f5edd6a28591238d6f977f621511a34c9b83e Mon Sep 17 00:00:00 2001 From: wan201809 Date: Tue, 23 Apr 2024 15:44:56 +0800 Subject: [PATCH] =?UTF-8?q?update=20jest.config.js=20=E6=94=BE=E5=BC=80ios?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E5=B1=8F=E8=94=BD=E7=9A=84=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 5cc27b912df47590ede2620d969d76d2e252a090) --- jest.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/jest.config.js b/jest.config.js index 233e9f1e..b33c151f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -15,9 +15,6 @@ module.exports = { testMatch: ["/pages/**/*test.[jt]s?(x)"], testPathIgnorePatterns: [ '/node_modules/', - '/pages/API/download-file/download-file.test.js', - '/pages/API/upload-file/upload-file.test.js', - '/pages/API/get-battery-info/get-battery-info.test.js', '/pages/webview-screenshot-comparison/webview-screenshot-comparison.test.js', '/pages/webview-screenshot/webview-screenshot.test.js' ], -- GitLab