Fix Jest Haste Map
This commit is contained in:
parent
812c3a1edd
commit
3ae1535348
@ -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'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user