Skip to content

Conversation

@pan-kot
Copy link
Member

@pan-kot pan-kot commented Nov 17, 2025

Description

Related links, issue #, if available: n/a

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

changeTokenProperty('enum');
expect(onChange).toHaveBeenCalledWith(
expect.objectContaining({
detail: { tokens: [{ propertyKey: 'enum', operator: '=', value: [] }], operation: 'and' },
Copy link
Member Author

Choose a reason for hiding this comment

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

Expected: [], actual: [""]

tokens: [{ propertyKey: 'other-string', value: '', operator: '=' }],
operation: 'and',
},
detail: { tokens: [{ propertyKey: 'date', operator: '=', value: null }], operation: 'and' },
Copy link
Member Author

Choose a reason for hiding this comment

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

Expected null, actual: ""

@jperals jperals merged commit 8629cd8 into fix/property-filter-token-null Nov 17, 2025
1 check passed
@jperals jperals deleted the fix/property-filter-token-null-ext branch November 17, 2025 09:05
jperals pushed a commit that referenced this pull request Nov 18, 2025
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