Function eqPartial
- eqPartial<T>(
expect: NoInfer<RecursivePartialTestable<T>>,
actual: T,
options?: Annotation | TestOptions,
): TType Parameters
- T
The type of the values (both values are expected to be of the same type). This type is only inferred from the 'actual' parameter.
Parameters
- expect: NoInfer<RecursivePartialTestable<T>>
Expected value
- actual: T
Actual value
Optionaloptions: Annotation | TestOptionsTest compare options or annotation
Returns T
- T
Compare specific cells of two values (partial, recursive)