Node TAP
GitHub
node-tap.org
Preparing search index...
@tapjs/mocha-globals
it
Function it
it
()
:
void
Create a test within a suite.
Alias: test
Returns
void
it
(
name
:
string
)
:
void
Create a test within a suite.
Alias: test
Parameters
name
:
string
Returns
void
it
(
block
:
TestBlock
)
:
void
Create a test within a suite.
Alias: test
Parameters
block
:
TestBlock
Returns
void
it
(
name
:
string
,
block
:
TestBlock
)
:
void
Create a test within a suite.
Alias: test
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