Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug of validating feature flag array #78

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

zhiyuanliang-ms
Copy link
Contributor

No description provided.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.

Files not reviewed (3)
  • sdk/feature-management/.eslintrc: Language not supported
  • sdk/feature-management/package-lock.json: Language not supported
  • sdk/feature-management/src/filter/TargetingFilter.ts: Evaluated as low risk
Comments suppressed due to low confidence (1)

sdk/feature-management/test/featureManager.test.ts:26

  • The behavior for non-existent feature flags should be covered by tests.
expect(await featureManager.isEnabled("not existed")).to.eq(false);
@zhiyuanliang-ms zhiyuanliang-ms merged commit f247557 into main Jan 8, 2025
5 checks passed
@zhiyuanliang-ms zhiyuanliang-ms deleted the zhiyuanliang/fix-bug branch January 8, 2025 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants