EVOLUTION-MANAGER
Edit File: TimeSyncButton.test.tsx.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TimeSyncButton should render component 1`] = ` <TimeSyncButton isSynced={true} onClick={[Function]} > <Component content={[Function]} placement="bottom" > <PopoverController content={[Function]} placement="bottom" > <button aria-label="Synced times" className="btn navbar-button navbar-button--attached explore-active-button-glow css-14r9fpj-timePickerSynced" onClick={[Function]} onMouseEnter={[Function]} onMouseLeave={[Function]} > <i className="fa fa-link css-xmj56l-topPadding icon-brand-gradient" /> </button> </PopoverController> </Component> </TimeSyncButton> `;