When testing react-native with jest, the require picture will report an error

in our rn project, the picture is saved like this:
logo@1x.png,
logo@2x.png,
logo@3x.png
is quoted like this:
require (". / logo.png");
however, because the string @ 1x is omitted, jest will report an error because it can not find the file path, how to solve this situation?

May.20,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bef8eb-31c81.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bef8eb-31c81.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?