UNPKG

@deg-skeletor/core

Version:

The core engine for the Skeletor family of build tools

14 lines (10 loc) 217 B
'use strict'; const run = () => Promise.resolve({ pluginName: 'skeletorPlugin', status: 'complete' }); const skeletorPlugin = jest.fn(); skeletorPlugin.mockReturnValue({ run }); module.exports = skeletorPlugin;