X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-utils.js;h=a23d8948b146408e85b30b8d5e4c9ded9248d7c1;hb=7684583561a1bd274b3f3d7d869735256aa77afa;hp=dc8d5941f51b86da8433d239687f9cb061eb5cb3;hpb=f06e48d8e14dcfe3277bd16b1bd2463136af13e6;p=poolifier.git diff --git a/tests/test-utils.js b/tests/test-utils.js index dc8d5941..a23d8948 100644 --- a/tests/test-utils.js +++ b/tests/test-utils.js @@ -59,7 +59,6 @@ class TestUtils { /** * Intentionally inefficient implementation. - * * @param {number} n - The number of fibonacci numbers to generate. * @returns {number} - The nth fibonacci number. */ @@ -70,7 +69,6 @@ class TestUtils { /** * Intentionally inefficient implementation. - * * @param {number} n - The number to calculate the factorial of. * @returns {number} - The factorial of n. */