specmatic
Version:
Node wrapper for Specmatic
15 lines (14 loc) • 305 B
text/typescript
export {
startStub,
startStub as startHttpStub,
stopStub,
stopStub as stopHttpStub,
test,
testWithApiCoverage,
setExpectations,
setExpectations as setHttpStubExpectations,
setExpectationJson,
setExpectationJson as setHttpStubExpectationJson,
printJarVersion,
showTestResults,
} from "./core";