Preparing search index...
The search index is not available
libp2p
libp2p
@libp2p/interface-compliance-tests
index
TestSetup
Interface TestSetup<T, SetupArgs>
interface
TestSetup
<
T
,
SetupArgs
>
{
setup
(
args
?
)
:
Promise
<
T
>
;
teardown
(
)
:
Promise
<
void
>
;
}
Type Parameters
T
SetupArgs
=
Record
<
string
,
unknown
>
Index
Methods
setup
teardown
Methods
setup
setup
(
args
?
)
:
Promise
<
T
>
Parameters
Optional
args
:
SetupArgs
Returns
Promise
<
T
>
teardown
teardown
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
setup
teardown
libp2p
Loading...