Fake implementation of @backstage/frontend-plugin-api#FeatureFlagsApi.
Optional
const featureFlagsApi = mockApis.featureFlags({ initialStates: { 'my-feature': FeatureFlagState.Active },});expect(featureFlagsApi.isActive('my-feature')).toBe(true); Copy
const featureFlagsApi = mockApis.featureFlags({ initialStates: { 'my-feature': FeatureFlagState.Active },});expect(featureFlagsApi.isActive('my-feature')).toBe(true);
Fake implementation of @backstage/frontend-plugin-api#FeatureFlagsApi.