UNPKG

@interaktiv/dia-scripts

Version:

CLI toolbox with common scripts for most sort of projects at DIA

4 lines (3 loc) 116 B
module.exports = jest.fn(); module.exports.spawn = jest.fn(); module.exports.sync = jest.fn(() => ({ status: 0 }));