UNPKG

test-openapi

Version:
14 lines (10 loc) 274 B
'use strict' const { startSpinner } = require('../../utils') // Add a CLI spinner updated with each complete task const options = function({ _tasks: tasks }) { const spinner = startSpinner({ total: tasks.length }) return { spinner } } module.exports = { options, }