UNPKG
@case-contract-testing/case
Version:
latest (0.7.0)
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
Next-generation contract testing suite
case.contract-testing.io
case-contract-testing/case
@case-contract-testing/case
/
dist
/
src
/
core
/
executeExample
/
setup
/
stateHandlers
/
executeStateSetup
/
executeStateSetup.d.ts
3 lines
(2 loc)
•
251 B
TypeScript
View Raw
1
2
3
import
{
type
StateHandlers
,
type
MatchContext
,
type
CaseExample
}
from
'../../../../../entities/types'
;
export
declare
const
executeStateSetup
:
(
example
:
CaseExample
,
stateSetups
:
StateHandlers
,
parentContext
:
MatchContext
) =>
Promise
<
MatchContext
>;