From c41a3ef5706f9ced942fc7201976507c7968b9c6 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 18 Mar 2019 12:43:27 +0100 Subject: [PATCH] Visual Console Refactor: minor changes Former-commit-id: d5ca006db2d07df88f32226dc1f2337cbd3e785c --- visual_console/jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/visual_console/jest.config.js b/visual_console/jest.config.js index 71be38cdb7..ec2b954ec2 100644 --- a/visual_console/jest.config.js +++ b/visual_console/jest.config.js @@ -3,7 +3,6 @@ module.exports = { transform: { "^.+\\.tsx?$": "ts-jest" }, - testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], // This configuration is used to mock the css and file imports used by Webpack. // https://jestjs.io/docs/en/webpack.html