-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(querybuilder): allow comparison with null values #172
feat(querybuilder): allow comparison with null values #172
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 minor remarks, otherwise the code looks fine
src/modules/FSXARemoteApi.spec.ts
Outdated
@@ -11,7 +11,7 @@ import { generateRandomConfig } from '../testutils/generateRandomConfig' | |||
|
|||
import 'jest-fetch-mock' | |||
import { createDataEntry } from '../testutils' | |||
import { create } from 'lodash' | |||
import { create, filter } from 'lodash' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this whole line can be deleted
ComparisonQueryOperatorEnum.EQUALS as string | ||
] | ||
).toBe(null) | ||
}) | ||
}) | ||
|
||
describe(ComparisonQueryOperatorEnum.NOT_EQUALS, () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add one comment here to explain all of the ts-ignore comments below
# [10.16.0](v10.15.1...v10.16.0) (2023-06-22) ### Features * **querybuilder:** allow comparison with null values ([#172](#172)) ([364b9ea](364b9ea))
🎉 This PR is included in version 10.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.