UNPKG

jest-ex

Version:

A runner and a transformer to simplify (a little bit) your work with Jest.

7 lines (5 loc) 150 B
const jestCLI = { success: true, runCLI: jest.fn(() => Promise.resolve({ results: { success: jestCLI.success } })), }; module.exports = jestCLI;