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
/
index.d.ts
5 lines
(4 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Assertable
,
MOCK_HTTP_SERVER
}
from
'./entities/types'
;
export
*
from
'./boundaries'
;
export
*
from
'./boundaries/types'
;
export
type
HttpRequestConfig
=
Assertable
<
typeof
MOCK_HTTP_SERVER
>[
'config'
];