insomnia/packages/insomnia-testing/index.js
Gregory Schier c0931d94b7
Update test fixtures and support sendRequest() callback (#2325)
* Update test fixtures and allow sendRequest() callback for testing

* Change runTests() to take in test src instead of a file

* Fix looping

* Fix tests and write temp test files into folder

* Fix Flow type for mocha
2020-06-29 10:40:15 -07:00

4 lines
106 B
JavaScript

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