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

File RGBToHex.test.js

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

Source from the content-addressed store, hash-verified

1import { RGBToHex } from '../RGBToHex'
2
3test('The Hex format of RGB (225, 225, 225) is #ffffff', () => {
4 const res = RGBToHex(255, 255, 255)

Callers

nothing calls this directly

Calls 1

RGBToHexFunction · 0.90

Tested by

no test coverage detected