Skip to content

Commit e492858

Browse files
committed
[LOCAL] update snapshot test to fix CI
1 parent 98f346b commit e492858

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Libraries/Components/TextInput/__tests__/TextInput-test.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@ describe('TextInput tests', () => {
176176

177177
expect(instance.toJSON()).toMatchInlineSnapshot(`
178178
<RCTSinglelineTextInputView
179+
accessibilityState={
180+
Object {
181+
"busy": undefined,
182+
"checked": undefined,
183+
"disabled": undefined,
184+
"expanded": undefined,
185+
"selected": undefined,
186+
}
187+
}
179188
accessible={true}
180189
allowFontScaling={true}
181190
focusable={true}

0 commit comments

Comments
 (0)