| 1 | import { reduceTranslucentColor } from './reduceTranslucentColor'; |
| 2 | |
| 3 | it('returns HEX representation of color on white background', () => { |
| 4 | const result = reduceTranslucentColor('#000000', 0.5); |
nothing calls this directly
no test coverage detected