mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 00:23:17 +00:00
cast feature flag mock (#19106)
This commit is contained in:
@@ -72,7 +72,7 @@ describe("RouterFocusManagerService", () => {
|
||||
return featureFlagSubject.asObservable();
|
||||
}
|
||||
return new BehaviorSubject(false).asObservable();
|
||||
}),
|
||||
}) as ConfigService["getFeatureFlag$"],
|
||||
};
|
||||
|
||||
// Spy on document.querySelector and console.warn
|
||||
|
||||
Reference in New Issue
Block a user