Test log2 function
fix typo
This commit is contained in:
@@ -75,7 +75,7 @@ describe('ol.math.log2', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('returns the correct value at -1', function () {
|
it('returns the correct value at -1', function () {
|
||||||
expect(log2(0)).to.eql(NaN);
|
expect(log2(-1)).to.eql(NaN);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user