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

File PrimeFactors.test.js

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

Source from the content-addressed store, hash-verified

1import { PrimeFactors } from '../PrimeFactors'
2
3describe('EulersTotient', () => {
4 it('should return the prime factors for 100', () => {

Callers

nothing calls this directly

Calls 1

PrimeFactorsFunction · 0.90

Tested by

no test coverage detected