Skip to content

Commit

Permalink
Update docs/testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
balazsorban44 and ijjk committed Feb 18, 2022
1 parent 2b3f337 commit 3258d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Expand Up @@ -354,7 +354,7 @@ 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 }
module.exports = { src: '/img.jpg', height: 24, width: 24, blurDataURL: 'data:image/png;base64,imagedata' }
```

```js
Expand Down

0 comments on commit 3258d75

Please sign in to comment.