mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-23 16:12:58 +00:00
fix tests
This commit is contained in:
@@ -9,7 +9,7 @@ String.prototype.trimReturns = function(){
|
|||||||
return this.replace(/\r?\n|\r/g, '').trim();
|
return this.replace(/\r?\n|\r/g, '').trim();
|
||||||
};
|
};
|
||||||
|
|
||||||
renderAllPages = function(pages){
|
const renderAllPages = function(pages){
|
||||||
const outputs = [];
|
const outputs = [];
|
||||||
pages.forEach((page, index)=>{
|
pages.forEach((page, index)=>{
|
||||||
const output = Markdown.render(page, index);
|
const output = Markdown.render(page, index);
|
||||||
|
|||||||
Reference in New Issue
Block a user