Skip to content

Conversation

@toddbaert
Copy link
Member

@toddbaert toddbaert commented Jul 11, 2025

Supports no defaultVariant, as per gherkin additions.

Fixes: #1322

@toddbaert toddbaert requested review from a team as code owners July 11, 2025 19:31
@toddbaert toddbaert marked this pull request as draft July 11, 2025 19:31
@github-actions github-actions bot requested a review from beeme1mr July 11, 2025 19:31
@toddbaert toddbaert changed the title Feat/support no default variant feat: support no default variant Jul 11, 2025
@toddbaert toddbaert force-pushed the feat/support-no-defaultVariant branch from bf8aa2c to 324c709 Compare July 15, 2025 19:36
@toddbaert toddbaert force-pushed the feat/support-no-defaultVariant branch from 324c709 to 9d4769a Compare July 15, 2025 21:54
@toddbaert toddbaert marked this pull request as ready for review July 15, 2025 21:54
@toddbaert toddbaert force-pushed the feat/support-no-defaultVariant branch from 9d4769a to a8bc4a4 Compare July 15, 2025 21:54
Comment on lines +67 to +70
then(/^the error-code should be "(.*)"$/, (expectedError: keyof typeof ErrorCode) => {
expect(state.details?.errorCode).toBe(ErrorCode[expectedError]);
});

Copy link
Member Author

Choose a reason for hiding this comment

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

New binding for updated gherkin suite: open-feature/flagd-testbed@d31f2f9

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.

[flagd] Update in-process Evaluation To Allow undefined or null defaultValue

5 participants