From: Eduardo San Martin Morote Date: Mon, 9 Aug 2021 09:16:39 +0000 (+0200) Subject: chore: ignore vue 2 plugin in coverage X-Git-Tag: v2.0.0-rc.4~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=497d02fe2b6168619efdc9cf461a368f1f78ceba;p=thirdparty%2Fvuejs%2Fpinia.git chore: ignore vue 2 plugin in coverage --- 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: {