The root TAP object singleton, the t you get when you
import t from 'tap'
Inherits from @tapjs/test!index.Test, with all plugins applied, and
has additional functionality to automatically pipe to standard output, set
the process exit code appropriately, and infer options from environment
variables.
The root TAP object singleton, the
t
you get when youimport t from 'tap'
Inherits from @tapjs/test!index.Test, with all plugins applied, and has additional functionality to automatically pipe to standard output, set the process exit code appropriately, and infer options from environment variables.
See
@tapjs/core!tap.TAP