diff --git a/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap b/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap index 14577a5f48bab0d87fb4651a5a75fa53574c5493..e0224d77c1913cf1c23c9d986b364b401e241d2b 100644 --- a/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap +++ b/test/unit/components/__snapshots__/sprite-selector-item.test.jsx.snap @@ -30,11 +30,19 @@ exports[`SpriteSelectorItemComponent matches snapshot when given a number and de > 5 </div> - <img + <div className={undefined} - draggable={false} - src="https://scratch.mit.edu/foo/bar/pony" - /> + > + <div + className={undefined} + > + <img + className={undefined} + draggable={false} + src="https://scratch.mit.edu/foo/bar/pony" + /> + </div> + </div> <div className={undefined} > @@ -107,11 +115,19 @@ exports[`SpriteSelectorItemComponent matches snapshot when selected 1`] = ` src="test-file-stub" /> </div> - <img + <div className={undefined} - draggable={false} - src="https://scratch.mit.edu/foo/bar/pony" - /> + > + <div + className={undefined} + > + <img + className={undefined} + draggable={false} + src="https://scratch.mit.edu/foo/bar/pony" + /> + </div> + </div> <div className={undefined} >