chore: ignore compat entries for coverage
This commit is contained in:
parent
80303bcf5a
commit
723af3081e
@ -30,7 +30,9 @@ module.exports = {
|
||||
// only called in browsers
|
||||
'!packages/vue/src/devCheck.ts',
|
||||
// only used as a build entry
|
||||
'!packages/vue/src/runtime.ts'
|
||||
'!packages/vue/src/runtime.ts',
|
||||
// mostly just entries
|
||||
'!packages/vue-compat/**'
|
||||
],
|
||||
watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'],
|
||||
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],
|
||||
|
Loading…
Reference in New Issue
Block a user