mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
WIP: add snapshots for mocked and unmocked components (#24554)
Summary: Per a conversation with TheSavior, in #24538, this adds snapshot tests for all components whose mocks will be addressed in that PR. Shallow and deep snapshots are included. [General] [Added] - Snapshots Pull Request resolved: https://github.com/facebook/react-native/pull/24554 Differential Revision: D15062197 Pulled By: cpojer fbshipit-source-id: 70ddbaa5e6d1d2c0fd1130ab04c458d9c49d0ee8
This commit is contained in:
committed by
Facebook Github Bot
parent
ec90ad127f
commit
de12b98cd5
@@ -21,7 +21,6 @@ const nullthrows = require('nullthrows');
|
||||
|
||||
const DrawerConsts = UIManager.getViewManagerConfig('AndroidDrawerLayout')
|
||||
.Constants;
|
||||
|
||||
const dismissKeyboard = require('dismissKeyboard');
|
||||
const AndroidDrawerLayoutNativeComponent = require('AndroidDrawerLayoutNativeComponent');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user