tests: Fix helper.linesDiv()

This commit is contained in:
Richard Hansen 2021-08-21 00:52:12 -04:00 committed by SamTV12345
parent 239bc2d426
commit 4d6ec1909a

View file

@ -49,7 +49,8 @@ helper.edit = async (message, line) => {
*
* @returns {Array.<HTMLElement>} array of divs
*/
helper.linesDiv = () => helper.padInner$('.ace-line').map(function () { return $(this); }).get();
helper.linesDiv =
() => helper.padInner$('.ace-line').map(function () { return helper.padInner$(this); }).get();
/**
* The pad text as an array of lines