GitHub
node-tap.org
Preparing search index...
The search index is not available
Node TAP
Node TAP
@tapjs/mocha-globals
before
Function before
before
(
block
)
:
any
|
void
Run a function at the start of the suite.
Equivalent to t.before()
Alias: suiteSetup()
Parameters
block
:
HookBlock
Returns
any
|
void
before
(
name
,
block
)
:
any
|
void
Parameters
name
:
string
block
:
HookBlock
Returns
any
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
node-tap.org
Node TAP
Loading...
Run a function at the start of the suite.
Equivalent to t.before()
Alias: suiteSetup()