diff --git a/jest.config.js b/jest.config.js index 233e9f1ee30ddd13e564780b46acf5a86bf64048..b33c151fd2df6c5239ba4fb6a02ce1f154e18a8f 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' ],