1
0
mirror of synced 2025-03-03 11:33:17 +03:00

Removes the js transformer

This commit is contained in:
Justin Schroeder 2019-11-01 16:14:32 -04:00
parent d812479c8b
commit 616676d451

View File

@ -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: [