Add unit tests for PluginManager
Reviewed By: mweststrate Differential Revision: D34307076 fbshipit-source-id: 7cb6c808bea10d15627958e8fabc02b4563183d4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d96cf8127f
commit
9e4ac0aaa9
@@ -50,7 +50,7 @@ const isExecuteMessage = (message: object): message is ExecuteMessage =>
|
||||
(message as ExecuteMessage).method === 'execute';
|
||||
|
||||
export class PluginManager {
|
||||
private readonly serverAddOns = new Map<string, ServerAddOnManager>();
|
||||
public readonly serverAddOns = new Map<string, ServerAddOnManager>();
|
||||
|
||||
constructor(private readonly flipperServer: FlipperServerForServerAddOn) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user