Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
namespace jest {
interface Matchers<R, T> {
toBeEmptyArray(): T;
toBeEmptySet(): T;
toBeSetContaining(...items: string[]): T;
}