UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

6 lines (5 loc) 196 B
import { EmptyMatcher } from "./empty-matcher"; export declare class StringMatcher extends EmptyMatcher<string> { toMatch(regex: RegExp): void; toContain(expectedContent: string): void; }