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 566c803 commit 882aacaCopy full SHA for 882aaca
packages/@vue/cli-plugin-unit-jest/presets/default/jest-preset.js
@@ -16,7 +16,7 @@ module.exports = {
16
transform: {
17
// process *.vue files with vue-jest
18
'^.+\\.vue$': vueJest,
19
- '.+\\.(css|styl|less|sass|scss|jpg|jpeg|png|svg|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
+ '.+\\.(css|styl|less|sass|scss|jpg|jpeg|png|svg|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|avif)$':
20
require.resolve('jest-transform-stub'),
21
'^.+\\.jsx?$': require.resolve('babel-jest')
22
},
0 commit comments