UNPKG

jest-ex

Version:

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

18 lines (15 loc) 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _core = require("@jest/core"); /** * The reason for this file is so I can test the runner class. In order to validate its * main function, I would need a mock of Jest, but if I mock it, the tests wouldn't work. * @ignore */ var _default = { runCLI: _core.runCLI }; exports.default = _default;