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/**', - ] };