Update mathUtils.js #249
Annotations
4 errors
|
app/utils/mathUtils.test.js > factorial function:
app/utils/mathUtils.test.js#L19
TypeError: factorial is not a function
❯ app/utils/mathUtils.test.js:19:10
|
|
app/utils/mathUtils.test.js > cube function:
app/utils/mathUtils.test.js#L12
TypeError: cube is not a function
❯ app/utils/mathUtils.test.js:12:10
|
|
app/utils/mathUtils.test.js > square function:
app/utils/mathUtils.test.js#L5
TypeError: square is not a function
❯ app/utils/mathUtils.test.js:5:10
|
|
app/core/calculator.test.js > divide function:
app/core/calculator.test.js#L43
AssertionError: expected NaN to be a function
❯ app/core/calculator.test.js:43:26
|