mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-31 01:45:20 +08: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