Closed L2HYUNN closed 1 month ago
@use-funnel/core
The current tests for the OptionalCompareKeys type utility do not cover scenarios where TResult has optional keys.
OptionalCompareKeys
TResult
Add new test cases to the typeUtil.test-d.tsx file to cover scenarios where TResult has optional keys.
typeUtil.test-d.tsx
Ensure that the OptionalCompareKeys type correctly identifies optional keys when TResult includes optional keys.
No response
Thank you!
Package Scope
@use-funnel/core
Description
The current tests for the
OptionalCompareKeys
type utility do not cover scenarios whereTResult
has optional keys.Possible Solution
Add new test cases to the
typeUtil.test-d.tsx
file to cover scenarios whereTResult
has optional keys.Ensure that the
OptionalCompareKeys
type correctly identifies optional keys whenTResult
includes optional keys.etc.
No response