From 0b453a1ba63555b70ccc149e19b433bcacf41205 Mon Sep 17 00:00:00 2001 From: giovannabbottino Date: Thu, 25 Aug 2022 22:07:43 -0300 Subject: [PATCH] #128 atualiza jest config --- puma/jest.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/puma/jest.config.js b/puma/jest.config.js index 2e6d37d6..00496f62 100644 --- a/puma/jest.config.js +++ b/puma/jest.config.js @@ -5,7 +5,4 @@ module.exports = { 'src/**/*.{js,vue}', '!src/main.js', // No need to cover bootstrap file ], - coveragePathIgnorePatterns: [ - '!**/node_modules/**', - ] };