]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: ignore hmr file for coverage
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 19 Jul 2021 09:57:33 +0000 (11:57 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 19 Jul 2021 09:57:33 +0000 (11:57 +0200)
jest.config.js

index c5d0241a1526a4df9da5306bdd5f96e571b142fd..4424a205b6693198b6da20877fd99260d92ba064 100644 (file)
@@ -9,6 +9,7 @@ module.exports = {
     'src/index.ts',
     '\\.d\\.ts$',
     'src/devtools',
+    'src/hmr',
     'src/deprecated.ts',
   ],
   testMatch: ['<rootDir>/__tests__/**/*.spec.ts'],