Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ ParityOutlier.test.js
File
ParityOutlier.test.js
Maths/test/ParityOutlier.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parityOutlier } from
'../ParityOutlier'
2
3
describe(
'Testing parityOutlier function'
, () => {
4
it(
'should return the odd number in an array of even numbers'
, () => {
Callers
nothing calls this directly
Calls
1
parityOutlier
Function · 0.90
Tested by
no test coverage detected