UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

7 lines (6 loc) 270 B
"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';