GitHub
node-tap.org
Preparing search index...
The search index is not available
Node TAP
Node TAP
@tapjs/mocha-globals
it
Function it
it
(
)
:
void
Create a test within a suite.
Alias: test
Returns
void
it
(
name
)
:
void
Parameters
name
:
string
Returns
void
it
(
block
)
:
void
Parameters
block
:
TestBlock
Returns
void
it
(
name
,
block
)
:
void
Parameters
name
:
string
block
:
TestBlock
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
node-tap.org
Node TAP
Loading...
Create a test within a suite.
Alias: test