Update snapshot

This commit is contained in:
Nathan Bierema 2025-06-17 20:12:01 -04:00
parent 4438151fff
commit 8d75f04b3b
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Editor renders correctly 1`] = ` exports[`Editor renders correctly 1`] = `
<div <div
@ -76,7 +76,7 @@ exports[`Editor renders correctly 1`] = `
> >
<span <span
role="presentation" role="presentation"
style="padding-right: .1px;" style="padding-right: 0.1px;"
> >
<span <span
class="cm-keyword" class="cm-keyword"

View File

@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Form renders correctly 1`] = ` exports[`Form renders correctly 1`] = `
<form <form
@ -233,7 +233,7 @@ exports[`Form renders correctly 1`] = `
id="react-select-2-input" id="react-select-2-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""
@ -614,7 +614,7 @@ exports[`Form renders with no button 1`] = `
id="react-select-4-input" id="react-select-4-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""
@ -986,7 +986,7 @@ exports[`Form renders with primary button 1`] = `
id="react-select-3-input" id="react-select-3-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""

View File

@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Select renders correctly 1`] = ` exports[`Select renders correctly 1`] = `
<div <div
@ -44,7 +44,7 @@ exports[`Select renders correctly 1`] = `
id="react-select-2-input" id="react-select-2-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="" value=""
@ -241,7 +241,7 @@ exports[`Select should select another option 1`] = `
id="react-select-4-input" id="react-select-4-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="two" value="two"
@ -353,7 +353,7 @@ exports[`Select shouldn't find any results 1`] = `
id="react-select-5-input" id="react-select-5-input"
role="combobox" role="combobox"
spellcheck="false" spellcheck="false"
style="opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;" style="color: inherit; background: 0px; opacity: 1; width: 100%; grid-area: 1 / 2; min-width: 2px; border: 0px; margin: 0px; outline: 0; padding: 0px;"
tabindex="0" tabindex="0"
type="text" type="text"
value="text" value="text"