bdd-lazy-var
Version:
Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects
11 lines (9 loc) • 300 B
TypeScript
import * as lv from './interface'
export * from './interface'
declare global {
const get: typeof lv.get;
const def: typeof lv.def;
const sharedExamplesFor: typeof lv.sharedExamplesFor;
const itBehavesLike: typeof lv.itBehavesLike;
const includeExamplesFor: typeof lv.includeExamplesFor;
}