]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: ignore vue 2 plugin in coverage
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Aug 2021 09:16:39 +0000 (11:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 9 Aug 2021 09:16:39 +0000 (11:16 +0200)
jest.config.js

index 4424a205b6693198b6da20877fd99260d92ba064..f6602a4a9824bf1be17d1a79406c31613fdb1b59 100644 (file)
@@ -11,6 +11,7 @@ module.exports = {
     'src/devtools',
     'src/hmr',
     'src/deprecated.ts',
+    'src/vue2-plugin.ts',
   ],
   testMatch: ['<rootDir>/__tests__/**/*.spec.ts'],
   transform: {