UNPKG

@wdio/jasmine-framework

Version:
13 lines 354 B
interface JestExpectationResult { pass: boolean; message: () => string; } export declare const jestResultToJasmine: (result: JestExpectationResult | Promise<JestExpectationResult>, isNot: boolean) => { pass: boolean; message: string; } | Promise<{ pass: boolean; message: string; }>; export {}; //# sourceMappingURL=utils.d.ts.map