MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / IntToBase.test.js

File IntToBase.test.js

Maths/test/IntToBase.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { intToBase } from '../IntToBase'
2
3describe('Int to Base', () => {
4 test('Conversion to the binary system', () => {

Callers

nothing calls this directly

Calls 1

intToBaseFunction · 0.90

Tested by

no test coverage detected