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