tests: Fix `helper.linesDiv()`

rhansen-sendkeys
Richard Hansen 2021-08-21 00:52:12 -04:00 committed by SamTV12345
parent 239bc2d426
commit 4d6ec1909a
1 changed files with 2 additions and 1 deletions

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