UNPKG

md-generator

Version:

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

14 lines (13 loc) 619 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var chai_1 = require("chai"); var contributing_1 = tslib_1.__importDefault(require("../contributing")); exports.default = describe('test create questions', function () { it('should ask for the contributing URL', function () { var data = contributing_1.default({}); chai_1.expect(data.type).to.be.equal('input'); chai_1.expect(data.name).to.be.equal('contributingUrl'); chai_1.expect(data.message.trim()).to.be.equal('Issues page URL (use empty value to skip)'); }); });