X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-utils.js;h=a23d8948b146408e85b30b8d5e4c9ded9248d7c1;hb=008bd9b37fb9f62ddc53c5ad8f9ba5c9443d53c1;hp=dc8d5941f51b86da8433d239687f9cb061eb5cb3;hpb=15e4d8f3cafe9f7412913b0e440921e813bdf3cd;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. */