MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / BinaryToHex.test.js

File BinaryToHex.test.js

Conversions/test/BinaryToHex.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import binaryToHex from '../BinaryToHex'
2
3describe('BinaryToHex', () => {
4 it('expects to return correct hexadecimal value', () => {

Callers

nothing calls this directly

Calls 2

binaryToHexFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected