We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac10d0 commit cd4b591Copy full SHA for cd4b591
Data-Structures/Array/test/LocalMaximomPoint.test.js
@@ -12,7 +12,6 @@ describe('LocalMaximumPoint tests', () => {
12
})
13
14
it('test boundary maximum points - should find first maximom point from the top', () => {
15
- // Test a mix of number types (i.e., positive/negative, numbers with decimals, fractions)
16
const Array = [13, 2, 3, 4, 5, 6, 12]
17
expect(LocalMaximomPoint(Array)).toEqual(6)
18
0 commit comments