UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

9 lines (8 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.baseService = void 0; // when we actually implement services const baseService = (ip) => ({ hello: ip, }); exports.baseService = baseService;