diff --git a/docs/testing.md b/docs/testing.md index 523959ba013a1f0..6b4bdfaa17ce7c0 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -354,7 +354,12 @@ Stylesheets and images aren't used in the tests but importing them may cause err ```js // __mocks__/fileMock.js -module.exports = { src: '/img.jpg', height: 24, width: 24, blurDataURL: 'data:image/png;base64,imagedata' } +module.exports = { + src: '/img.jpg', + height: 24, + width: 24, + blurDataURL: 'data:image/png;base64,imagedata', +} ``` ```js