Function eqProps
- eqProps<T>(
expect: NoInfer<RecursivePartialTestable<T>>,
actual: T,
ignore?: string[],
options?: Annotation | TestOptions,
): TType Parameters
- T
Parameters
- expect: NoInfer<RecursivePartialTestable<T>>
- actual: T
- ignore: string[] = []
Optionaloptions: Annotation | TestOptions
Returns T
Deprecated
use test.eqPartial instead