Home Reference Source

Function

Static Public Summary
public

plan()

public

run()

public

stats(): {"tests": *, "suites": *}

public

suite(name: *, suiteFn: *)

public

test(name: *, test: *)

Static Public

public plan() source

public run() source

public stats(): {"tests": *, "suites": *} source

Return:

{"tests": *, "suites": *}

public suite(name: *, suiteFn: *) source

Params:

NameTypeAttributeDescription
name *
suiteFn *

public test(name: *, test: *) source

Params:

NameTypeAttributeDescription
name *
test *