/var/www/qr4y.com/server/delivery/node_modules/text-hex
NameSizeModeActions
index.js4770644editdlrm
LICENSE11130644editdlrm
package.json14650644editdlrm
README.md1970644editdlrm
test.js2910644editdlrm
Edit: /var/www/qr4y.com/server/delivery/node_modules/text-hex/test.js (291B)
describe('text-hex', function () { 'use strict'; var assume = require('assume') , hex = require('./'); it('is a 6 digit hex', function () { assume(hex('a')).to.have.length(7); // including a # assume(hex('a244fdafadfa4 adfau8fa a u adf8a0')).to.have.length(7); }); });