Remove unneeded flow fixme
Summary: Per title. Reviewed By: jknoxville Differential Revision: D14561355 fbshipit-source-id: 45681a754ff91d90057d48ba9f567770a87bc3c6
This commit is contained in:
committed by
Facebook Github Bot
parent
2d357a2ced
commit
daf8cfea2a
@@ -257,7 +257,6 @@ test('test processStore function to have only the client for the selected device
|
||||
expect(json).toBeDefined();
|
||||
//$FlowFixMe Flow doesn't that its a test and the assertion for null is already added
|
||||
const {clients} = json;
|
||||
//$FlowFixMe Flow doesn't that its a test and the assertion for null is already added
|
||||
const {pluginStates} = json.store;
|
||||
let expectedPluginState = {
|
||||
[generateClientIdentifierWithSalt(selectedDeviceClientIdentifier, 'salt') +
|
||||
|
||||
Reference in New Issue
Block a user