UNPKG

@interaktiv/dia-scripts

Version:

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

16 lines (13 loc) 201 B
module.exports = jest.fn(); module.exports.ux = { action: { start: jest.fn(), stop: jest.fn(), }, }; module.exports.cli = { action: { start: jest.fn(), stop: jest.fn(), }, };