UNPKG

buzzphrase

Version:

Get a Buzzword Phrase. Because sometimes you need enhanced didactic mobility, liberating syndicated transitional projections

11 lines (9 loc) 276 B
const assert = require("chai").assert; const buzzphrase = require("../../"); module.exports = function () { it("returns an imperative buzzphrase", function (done) { const imperativePhrase = buzzphrase.getImperative(); assert(imperativePhrase); done(); }); };