mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix some tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
73594ed8c4
commit
20b5f870d9
@ -32,7 +32,9 @@ const extensionInjectable = getInjectable({
|
||||
const injectables = extensionRegistrator(instance);
|
||||
|
||||
if (Array.isArray(injectables)) {
|
||||
injectableDifferencingRegistrator(injectables);
|
||||
runInAction(() => {
|
||||
injectableDifferencingRegistrator(injectables);
|
||||
});
|
||||
} else {
|
||||
reactionDisposer.push(reaction(
|
||||
() => injectables.get(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user