mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
c0931d94b7
* 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
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
// @flow
|
|
export { generate, generateToFile } from './src/generate';
|
|
export { runTests } from './src/run';
|