// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SpriteSelectorItemComponent matches snapshot when selected 1`] = ` <div className="react-contextmenu-wrapper ponies undefined" onClick={[Function]} onContextMenu={[Function]} onMouseDown={[Function]} onMouseOut={[Function]} onMouseUp={[Function]} onTouchEnd={[Function]} onTouchStart={[Function]} > <div aria-label="Close" className="" onClick={[Function]} role="button" tabIndex="0" > <img className={undefined} src="test-file-stub" /> </div> <canvas className={undefined} height={32} style={ Object { "height": "32px", "width": "32px", } } width={32} /> <div className={undefined} > Pony sprite </div> <nav className="react-contextmenu" onContextMenu={[Function]} onMouseLeave={[Function]} role="menu" style={ Object { "opacity": 0, "pointerEvents": "none", "position": "fixed", } } tabIndex="-1" > <div aria-disabled="false" aria-orientation={null} className="react-contextmenu-item" onClick={[Function]} onMouseLeave={[Function]} onMouseMove={[Function]} onTouchEnd={[Function]} role="menuitem" tabIndex="-1" > <span> delete </span> </div> </nav> </div> `;