UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

15 lines (12 loc) 319 B
'use strict'; var isValidFormat = RegExp.prototype.test.bind(/^[a-z0-9]+$/); module.exports = function (t, a) { a(typeof t(), 'string'); a.ok(t().length > 7); a.not(t(), t()); a.ok(isValidFormat(t())); a.ok(isValidFormat(t())); a.ok(isValidFormat(t())); a.ok(isValidFormat(t())); a.ok(isValidFormat(t())); };