diff --git a/tests/_utils/utils.js b/tests/_utils/utils.js index d2bdabc7..6ebde765 100644 --- a/tests/_utils/utils.js +++ b/tests/_utils/utils.js @@ -49,19 +49,19 @@ const utils = { * * Usage: * - * it( 'test', () => { - * // Test bootstrapping... + * it( 'test', () => { + * // Test bootstrapping... * - * const assertEdge = () => { - * // expect(); - * }; + * const assertEdge = () => { + * // expect(); + * }; * - * const assertAll = () => { - * // expect(); - * }; + * const assertAll = () => { + * // expect(); + * }; * - * testUtils.checkAssertions( assertEdge, assertAll ); - * } ); + * testUtils.checkAssertions( assertEdge, assertAll ); + * } ); * * @param {...Function} assertions Functions that will be executed. */