Function toBeAbsoluteCloseTo
- toBeAbsoluteCloseTo(
received: string,
expected: string,
options?: AbsoluteCloseToMatcherOptions,
): Promise<{ message: () => string; pass: boolean }> Parameters
- received: string
- expected: string
- options: AbsoluteCloseToMatcherOptions = {}
Returns Promise<{ message: () => string; pass: boolean }>