feat(cli): bump jest v29 (#11117)
This commit is contained in:
@@ -87,6 +87,8 @@ module.exports = {
|
||||
if (isJsxFile(path)) {
|
||||
code = transformJsx(code, path);
|
||||
}
|
||||
return transformScript(code);
|
||||
return {
|
||||
code: transformScript(code)
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user