UNPKG

@plugjs/expect5

Version:

Unit Testing for the PlugJS Build System ========================================

4 lines (3 loc) 309 B
import type { Expectations } from './expectations'; export declare function toInclude(expectations: Expectations, negative: boolean, contents: Record<string, any> | Map<any, any> | Set<any> | any[]): void; export declare function toMatchContents(expectations: Expectations, contents: any[] | Set<any>): void;