We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7defca3 commit b14a70aCopy full SHA for b14a70a
template/test/unit/jest.conf.js
@@ -13,7 +13,10 @@ module.exports = {
13
transform: {
14
'^.+\\.js$': '<rootDir>/node_modules/babel-jest',
15
'.*\\.(vue)$': '<rootDir>/node_modules/vue-jest'
16
- },
+ },{{#e2e}}
17
+ testPathIgnorePatterns: [
18
+ '<rootDir>/test/e2e'
19
+ ],{{/e2e}}
20
snapshotSerializers: ['<rootDir>/node_modules/jest-serializer-vue'],
21
setupFiles: ['<rootDir>/test/unit/setup'],
22
mapCoverage: true,
0 commit comments