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 8fee20b commit d712d22Copy full SHA for d712d22
jest.config.js
@@ -8,7 +8,7 @@ module.exports = {
8
transform: {
9
'^.+\\.vue$': 'vue-jest',
10
'.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
11
- '^.+\\.jsx?$': 'babel-jest'
+ '^.+\\.jsx?$': '<rootDir>/node_modules/babel-jest'
12
},
13
moduleNameMapper: {
14
'^@/(.*)$': '<rootDir>/src/$1'
0 commit comments