UNPKG

systelab-components-test

Version:

Widgets to be use in the E2E Tests based in Protractor

10 lines (9 loc) 287 B
/// <reference types="jasmine" /> /// <reference types="jasminewd2" /> declare class MyExpectation { reason: string; constructor(reason: string); expect<T>(actual: T): jasmine.Matchers<T>; } export declare function because(reason: string): MyExpectation; export {};