chore: generate documentation
[poolifier.git] / tests / test-utils.js
index dc8d5941f51b86da8433d239687f9cb061eb5cb3..a23d8948b146408e85b30b8d5e4c9ded9248d7c1 100644 (file)
@@ -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.
    */