UNPKG

jest-ex

Version:

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

7 lines (5 loc) 115 B
const babel = { transform: jest.fn((code) => ({ code })), preset: 'mocked-preset', }; module.exports = babel;