We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b4fb1 commit 85c7841Copy full SHA for 85c7841
src/app/containers/app/app.component.spec.ts
@@ -22,6 +22,7 @@ const featureMock: FeatureToggleService = {
22
initialize: () => {},
23
isEnabled: () => of(true),
24
getValue: () => of(),
25
+ getValueSync: () => null,
26
getValueOnce: () => of()
27
};
28
0 commit comments