test: add helper tests

This commit is contained in:
Barış Soner Uşaklı
2025-01-07 13:09:16 -05:00
parent d5ae91a35d
commit 95b42f830a
2 changed files with 92 additions and 1 deletions

View File

@@ -383,7 +383,7 @@ module.exports = function (utils, Benchpress, relative_path) {
</li>`;
});
return html;
return html.join('');
}
function register() {