Some typecast cleanups
Summary: Some cleanup in typecasts Reviewed By: jknoxville Differential Revision: D22845467 fbshipit-source-id: 8a23a4800e2baf5e35bc1ac10095235fc8dc5894
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7c6065889d
commit
14e6b1078d
@@ -571,9 +571,6 @@ test('PluginContainer can render Sandy device plugins', async () => {
|
||||
Component: MySandyPlugin,
|
||||
},
|
||||
);
|
||||
// any cast because this plugin is not enriched with the meta data that the plugin loader
|
||||
// normally adds. Our further sandy plugin test infra won't need this, but
|
||||
// for this test we do need to act a s a loaded plugin, to make sure PluginContainer itself can handle it
|
||||
const {renderer, act, store, device} = await renderMockFlipperWithPlugin(
|
||||
definition,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user