diff --git a/jest.config.js b/jest.config.js index 306ed5f0..f9b4cfc0 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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'],