Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ DecimalToHex.test.js
File
DecimalToHex.test.js
Conversions/test/DecimalToHex.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ decimalToHex } from
'../DecimalToHex'
2
3
describe(
'DecimalToHex'
, () => {
4
it(
'expects to return correct hexadecimal value'
, () => {
Callers
nothing calls this directly
Calls
2
decimalToHex
Function · 0.90
toString
Method · 0.45
Tested by
no test coverage detected