(flag: string, ctx?: FeatureFlagContext)
| 50 | * cast their throwaway names through this helper. |
| 51 | */ |
| 52 | const enabled = (flag: string, ctx?: FeatureFlagContext) => |
| 53 | isFeatureEnabled(flag as FeatureFlagName, ctx) |
| 54 | |
| 55 | describe('getFeatureFlags', () => { |
| 56 | beforeEach(() => { |
no test coverage detected