MCPcopy 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

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

Callers

nothing calls this directly

Calls 2

decimalToHexFunction · 0.90
toStringMethod · 0.45

Tested by

no test coverage detected