Expected a literal string, like "foo"i.

interface LiteralExpectation {
    ignoreCase: boolean;
    text: string;
    type: "literal";
}

Properties

Properties

ignoreCase: boolean
text: string
type: "literal"