insomnia/packages/insomnia-testing/index.js

4 lines
103 B
JavaScript

// @flow
export { generate } from './src/generate';
export { runTests, runTestsCli } from './src/run';