From f41fb492cd0eee6079550d6bda8a80dd42c22606 Mon Sep 17 00:00:00 2001 From: Gulacsy-Toth Date: Sat, 5 Oct 2019 16:57:30 +0200 Subject: [PATCH] update jest-config --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 7ecd4f5..59ab496 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,6 +4,6 @@ module.exports = { "transform": { "^.+\\.[jt]s?$": "babel-jest" }, - "testPathIgnorePatterns": ["/node_modules/", "/demo/", "/build/"], + "testPathIgnorePatterns": ["/node_modules/", "/demo/", "/build/__tests__"], "modulePathIgnorePatterns": ["/build/"] };