MCPcopy Create free account
hub / github.com/browserify/crypto-browserify / testLib

Function testLib

test/create-hash.js:44–48  ·  view source on GitHub ↗
(name, createHash)

Source from the content-addressed store, hash-verified

42}
43
44function testLib(name, createHash) {
45 algorithms.forEach(function (algorithm) {
46 runTest(name, createHash, algorithm);
47 });
48}
49
50testLib('createHash in crypto-browserify', require('../').createHash);
51testLib('create-hash/browser', require('create-hash/browser'));

Callers 1

create-hash.jsFile · 0.70

Calls 1

runTestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…