Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/TypeScript
/ factors.test.ts
File
factors.test.ts
maths/test/factors.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ findFactors } from
'../factors'
2
3
describe(
'findFactors'
, () => {
4
test.each([-890, -5.56, -7, 0, 0.73, 4.2, NaN, -Infinity, Infinity])(
Callers
nothing calls this directly
Calls
1
findFactors
Function · 0.90
Tested by
no test coverage detected