From 497d02fe2b6168619efdc9cf461a368f1f78ceba Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 9 Aug 2021 11:16:39 +0200 Subject: [PATCH] chore: ignore vue 2 plugin in coverage --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 4424a205..f6602a4a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,6 +11,7 @@ module.exports = { 'src/devtools', 'src/hmr', 'src/deprecated.ts', + 'src/vue2-plugin.ts', ], testMatch: ['/__tests__/**/*.spec.ts'], transform: { -- 2.47.3