diff --git a/jest.config.js b/jest.config.js index 8de9dc6..b478211 100644 --- a/jest.config.js +++ b/jest.config.js @@ -14,6 +14,8 @@ module.exports = { '**/tests/unit/**/*.test.js' ], testPathIgnorePatterns: [ - '/tests/e2e' + '/tests/e2e', + '/dist', + '/dist-vue' ] };