UNPKG

pactum-flow-plugin

Version:

plugin to publish flows, interactions and run contract tests locally

13 lines (11 loc) 204 B
const config = require('./config'); const reporter = require('./reporter'); const runner = require('./runner'); function run() { return runner.run(); } module.exports = { config, reporter, run }