Fix Jest Haste Map

This commit is contained in:
TheJaredWilcurt 2020-07-16 13:33:30 -04:00
parent 812c3a1edd
commit 3ae1535348

View File

@ -14,6 +14,8 @@ module.exports = {
'**/tests/unit/**/*.test.js' '**/tests/unit/**/*.test.js'
], ],
testPathIgnorePatterns: [ testPathIgnorePatterns: [
'<rootDir>/tests/e2e' '<rootDir>/tests/e2e',
'<rootDir>/dist',
'<rootDir>/dist-vue'
] ]
}; };