UNPKG

fec-builder

Version:

通用的前端构建工具,屏蔽业务无关的细节配置,开箱即用

14 lines (10 loc) 275 B
/** * @file run unit test * @author nighca <nighca@live.cn> */ import logger from './utils/logger' import { logLifecycle } from './utils' async function test() { throw new Error('Command test is not supported yet') } export default logLifecycle('Test', test, logger)