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