From: Eduardo San Martin Morote Date: Mon, 19 Jul 2021 09:57:33 +0000 (+0200) Subject: test: ignore hmr file for coverage X-Git-Tag: v2.0.0-rc.0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73247673b645656b8c1522ad8866b0b7d0110e0e;p=thirdparty%2Fvuejs%2Fpinia.git test: ignore hmr file for coverage --- diff --git a/jest.config.js b/jest.config.js index c5d0241a..4424a205 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,6 +9,7 @@ module.exports = { 'src/index.ts', '\\.d\\.ts$', 'src/devtools', + 'src/hmr', 'src/deprecated.ts', ], testMatch: ['/__tests__/**/*.spec.ts'],