Expected any character, with .

interface AnyExpectation {
    type: "any";
}

Properties

Properties

type: "any"