From cfc2d06059c29a0f8cd1e7f4edda836c3d15e4e2 Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Thu, 13 Jul 2017 00:44:23 -0300 Subject: [PATCH] Travis: jest --- .jest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jest.json b/.jest.json index 0a2745f..1f1a919 100644 --- a/.jest.json +++ b/.jest.json @@ -1,4 +1,4 @@ { - "testPathIgnorePatterns": ["/src/"], - "collectCoverageFrom": ["build/**/*.js"] + "testPathIgnorePatterns": ["/build/"], + "collectCoverageFrom": ["src/**/*.js"] } \ No newline at end of file