UNPKG

oao

Version:

A Yarn-based, opinionated monorepo management tool

10 lines (8 loc) 153 B
/* eslint-env jest */ module.exports = jest.fn((p, options, cb) => { if (typeof options === 'function') { options(); } else { cb(); } });