1
0
mirror of synced 2025-03-03 19:43:19 +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' '^@/(.*)$': '<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: [