UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

3 lines (2 loc) 138 B
import { Control } from '../Control'; export declare function toBeRejected(control: Control<Promise<any>>, expected: any): Promise<void>;