From 73247673b645656b8c1522ad8866b0b7d0110e0e Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 19 Jul 2021 11:57:33 +0200 Subject: [PATCH] test: ignore hmr file for coverage --- jest.config.js | 1 + 1 file changed, 1 insertion(+) 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'], -- 2.47.2