UNPKG

gatsby-plugin-stork

Version:

A Gatsby plugin for generating Stork search indexes.

5 lines (3 loc) 132 B
const childProcess = jest.createMockFromModule("child_process"); childProcess.execSync = jest.fn(); module.exports = childProcess;