Function
Static Public Summary | ||
public |
plan() |
|
public |
run() |
|
public |
stats(): {"tests": *, "suites": *} |
|
public |
suite(name: *, suiteFn: *) |
|
public |
test(name: *, test: *) |
Static Public
public stats(): {"tests": *, "suites": *} source
import {stats} from '@hiherto-elements/test/test/tdd.js'
Return:
{"tests": *, "suites": *} |
public suite(name: *, suiteFn: *) source
import {suite} from '@hiherto-elements/test/test/tdd.js'
Params:
Name | Type | Attribute | Description |
name | * | ||
suiteFn | * |
public test(name: *, test: *) source
import {test} from '@hiherto-elements/test/test/tdd.js'
Params:
Name | Type | Attribute | Description |
name | * | ||
test | * |