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
/
entities
/
context
/
types.js
7 lines
(6 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
SERIALISABLE_TO_JSON
=
exports
.
MATCH_BY_EXACT
=
exports
.
MATCH_BY_TYPE
=
void
0
;
exports
.
MATCH_BY_TYPE
=
'type'
;
exports
.
MATCH_BY_EXACT
=
'exact'
;
exports
.
SERIALISABLE_TO_JSON
=
'json'
;