diff --git a/jest.config.js b/jest.config.js index a57721679d..96793eea1a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,7 +3,8 @@ module.exports = { coverageDirectory: './coverage/', coveragePathIgnorePatterns: [ '/node_modules/', - '/lib/builder/webpack/plugins/vue', + '/test/', + '/lib/builder/webpack/plugins/vue/', '/lib/[^/]*\\.js' ], setupTestFrameworkScriptFile: './test/utils/setup',