11cb0ef41Sopenharmony_ciconst t = require('tap') 21cb0ef41Sopenharmony_ciconst tmock = require('../fixtures/tmock') 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_cit.test('returns cli-entry function', async t => { 51cb0ef41Sopenharmony_ci const cli = tmock(t, '{LIB}/cli.js', { 61cb0ef41Sopenharmony_ci '{LIB}/cli-entry.js': () => 'ENTRY', 71cb0ef41Sopenharmony_ci }) 81cb0ef41Sopenharmony_ci 91cb0ef41Sopenharmony_ci t.equal(cli(process), 'ENTRY') 101cb0ef41Sopenharmony_ci}) 11