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