Removes the js transformer
This commit is contained in:
parent
d812479c8b
commit
616676d451
@ -11,7 +11,7 @@ module.exports = {
|
|||||||
'^@/(.*)$': '<rootDir>/src/$1'
|
'^@/(.*)$': '<rootDir>/src/$1'
|
||||||
},
|
},
|
||||||
transform: {
|
transform: {
|
||||||
'.*\\.js$': '<rootDir>/node_modules/babel-jest',
|
// '.*\\.js$': '<rootDir>/node_modules/babel-jest',
|
||||||
'.*\\.(vue)$': '<rootDir>/node_modules/jest-vue-preprocessor'
|
'.*\\.(vue)$': '<rootDir>/node_modules/jest-vue-preprocessor'
|
||||||
},
|
},
|
||||||
collectCoverageFrom: [
|
collectCoverageFrom: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user