mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 14:21:44 +00:00
Remove a React error from test report
This commit is contained in:
@@ -95,9 +95,9 @@ suite('apis/UIManager', () => {
|
||||
|
||||
suite('updateView', () => {
|
||||
const componentStub = {
|
||||
_debugID: 0,
|
||||
_reactInternalInstance: {
|
||||
_currentElement: { _owner: {} }
|
||||
_currentElement: { _owner: {} },
|
||||
_debugID: 1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user