Jest: update snapshots

virtualized-window
Alex Gleason 3 years ago
parent ef0de13c91
commit 75f78dc5cb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -13,7 +13,7 @@ exports[`<Column /> renders correctly with minimal props 1`] = `
> >
<button <button
aria-label="Back" aria-label="Back"
className="mr-2" className="mr-2 text-gray-900 dark:text-gray-100"
onClick={[Function]} onClick={[Function]}
> >
<svg <svg
@ -30,7 +30,7 @@ exports[`<Column /> renders correctly with minimal props 1`] = `
</span> </span>
</button> </button>
<h1 <h1
className="text-xl font-bold" className="text-xl text-gray-900 dark:text-gray-100 font-bold tracking-normal font-sans"
/> />
</div> </div>
<div /> <div />

Loading…
Cancel
Save