Asserts that a value includes a string
{times} times.
method
test.MatchersBuiltin.toIncludeRepeated
expected: string,
times: number
): void;
@param expected
the expected substring
@param times
the number of times the substring should occur
method
Asserts that a value includes a string
{times} times.
the expected substring
the number of times the substring should occur