Jest: update snapshot

This commit is contained in:
Alex Gleason 2021-11-08 16:08:25 -06:00
parent 109046eef8
commit 5a767c8960
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -6,7 +6,6 @@ exports[`<Checkbox /> renders correctly 1`] = `
>
<input
type="checkbox"
value={true}
/>
</div>
`;