Skip to content

Commit 85c7841

Browse files
committed
Update app.component.spec.ts
fixed broken ToggelFeature test
1 parent b5b4fb1 commit 85c7841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/containers/app/app.component.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const featureMock: FeatureToggleService = {
2222
initialize: () => {},
2323
isEnabled: () => of(true),
2424
getValue: () => of(),
25+
getValueSync: () => null,
2526
getValueOnce: () => of()
2627
};
2728

0 commit comments

Comments
 (0)