UNPKG

md-generator

Version:

NPM Package which bootstraps Development by creating all required .md files to meet community standards.

14 lines (13 loc) 623 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var chai_1 = require("chai"); var install_command_1 = tslib_1.__importDefault(require("../install-command")); exports.default = describe('test create questions', function () { it('should ask for the install command', function () { var data = install_command_1.default(); chai_1.expect(data.type).to.be.equal('input'); chai_1.expect(data.name).to.be.equal('installCommand'); chai_1.expect(data.message.trim()).to.be.equal('Install Script (use empty value to skip)'); }); });