mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 07:09:03 +00:00
[fix] accessibilityLiveRegion values
This commit is contained in:
@@ -18,8 +18,7 @@ describe('modules/createDOMElement', () => {
|
||||
});
|
||||
|
||||
test('prop "accessibilityLiveRegion"', () => {
|
||||
const accessibilityLiveRegion = 'none';
|
||||
const component = render(createDOMElement('span', { accessibilityLiveRegion }));
|
||||
const component = render(createDOMElement('span', { accessibilityLiveRegion: 'none' }));
|
||||
expect(component).toMatchSnapshot();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user