UNPKG

koishi-test-utils

Version:
12 lines (9 loc) 196 B
/// <reference types="chai" /> declare namespace Chai { interface Assertion { shape(expected: any): void } interface Eventually { shape(expected: any, message?: string): any } }