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 c73d967 commit 3def765Copy full SHA for 3def765
packages/@vue/cli-plugin-unit-jest/generator/index.js
@@ -21,7 +21,7 @@ module.exports = (api, _, __, invoking) => {
21
'transform': {
22
// process *.vue files with vue-jest
23
'^.+\\.vue$': 'vue-jest',
24
- '.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub'
+ '.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub'
25
},
26
// support the same @ -> src alias mapping in source code
27
'moduleNameMapper': {
0 commit comments