Probably it's because forgotten plugin like SVGR
Try to add it to your Jest config like you did for your bundler config (e.g. webpack: loader: require.resolve('@svgr/webpack'))
loader: require.resolve('@svgr/webpack')