Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
binaryToHex from
'../BinaryToHex'
2
3
describe(
'BinaryToHex'
, () => {
4
it(
'expects to return correct hexadecimal value'
, () => {
Callers
nothing calls this directly
Calls
2
binaryToHex
Function · 0.85
toString
Method · 0.45
Tested by
no test coverage detected