From 45f17634154696fccbed149b9f627512a1b90f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= <16480203+sundowndev@users.noreply.github.com> Date: Sat, 7 Dec 2019 19:53:41 +0100 Subject: [PATCH] chore: jest config --- client/jest.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/jest.config.js b/client/jest.config.js index 4ca988c..44f679c 100644 --- a/client/jest.config.js +++ b/client/jest.config.js @@ -36,7 +36,6 @@ module.exports = { }, collectCoverage: true, "collectCoverageFrom": [ - "src/(components|views|utils)/**/*.(ts|vue)", - "src/store/modules/**/*.ts" + "src/(store|config|components|views|utils|models)/**/*.(ts|vue)" ] }