mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
27f006bc46
* Add unit tests to git-repo fixture * Add to nedb fixture * Can read suites and tests from git repo and nedb * Prompt for test suite * Prompt for env * sub envs * Add noenv to env prompt * Add --ci flag to disable prompts * Hook up --keep-file * WIP * WIP * WIP * Update * Fix unit tests * Update webpack config * Fix * fix * Package lock * Disable console.log when running unit tests * no-log wrap * Console log test * Console log test * Tests * Add tests for cli * Update * WIP * More tests * fix * Prompt test suite tests * env prompt tests * Update * Update * Extract workspace model * Extract apiSpec model * Extract unitTestSuite model * Extract environment model * Move types and prompts * Rename
9 lines
179 B
JavaScript
9 lines
179 B
JavaScript
// const mod = jest.requireActual('insomnia-testing');
|
|
|
|
module.exports = {
|
|
generate: jest.fn(),
|
|
generateToFile: jest.fn(),
|
|
runTests: jest.fn(),
|
|
runTestsCli: jest.fn(),
|
|
};
|