mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix master (ran prettier)
This commit is contained in:
@@ -148,7 +148,7 @@ var RCTUIManager = {
|
||||
}),
|
||||
updateView: jest.fn(),
|
||||
removeSubviewsFromContainerWithID: jest.fn(function(parentTag) {
|
||||
views.get(parentTag).children.forEach((tag) => removeChild(parentTag, tag));
|
||||
views.get(parentTag).children.forEach(tag => removeChild(parentTag, tag));
|
||||
}),
|
||||
replaceExistingNonRootView: jest.fn(),
|
||||
__takeSnapshot: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user