UNPKG
@komondor-lab/core
Version:
latest (7.0.0-alpha)
7.0.0-alpha
Komondor core library
github.com/unional/komondor
unional/komondor
@komondor-lab/core
/
lib
/
test-util
/
testTrio.d.ts
4 lines
•
263 B
TypeScript
View Raw
1
2
3
4
import
{
TestHandler
}
from
'./interfaces'
;
export
declare
function
testTrio
(
specName
:
string
,
handler
:
TestHandler
):
void
;
export
declare
function
testTrio
(
description
:
string
,
specName
:
string
,
handler
:
TestHandler
):
void
;
//# sourceMappingURL=testTrio.d.ts.map