Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ RGBToHex } from
'../RGBToHex'
2
3
test(
'The Hex format of RGB (225, 225, 225) is #ffffff'
, () => {
4
const
res = RGBToHex(255, 255, 255)
Callers
nothing calls this directly
Calls
1
RGBToHex
Function · 0.90
Tested by
no test coverage detected