UNPKG

nyks

Version:

nodejs exupery style

13 lines (8 loc) 276 B
"use strict"; var expect = require('expect.js') var md5 = require('../crypto/md5') describe("Crypto testing functions", function(){ it("should test cannonical md5", function(){ expect(md5("")).to.be("d41d8cd98f00b204e9800998ecf8427e"); }); });