UNPKG

@eslang/es-npm

Version:

A command line tool to create npm compatible Espresso script packages.

12 lines (9 loc) 258 B
var assert = require('assert') describe('es/cli', function () { var cli = require('../index.js') describe('cli', function () { it('command "init" is exported as a function', function () { assert(typeof cli.init === 'function') }) }) })