From ba90434a9b46c8e153f238bd01629e4ddeb809ca Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Sun, 31 Mar 2019 09:22:23 -0300 Subject: [PATCH] Jest verbose true --- .jest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.jest.json b/.jest.json index 2503b4a..282ba2d 100644 --- a/.jest.json +++ b/.jest.json @@ -1,4 +1,5 @@ { + "verbose": true, "testPathIgnorePatterns": ["/build/", "/example/"], "collectCoverageFrom": ["src/**/*.js"] } \ No newline at end of file