0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

add more tests and merge from main

This commit is contained in:
Charlie Humphreys
2022-12-23 00:11:46 -06:00
parent 925db96b08
commit da9e20e96f
2 changed files with 144 additions and 12 deletions

View File

@@ -128,7 +128,7 @@ If you believe you should have access to this brew, ask the file owner to invite
return modified;
},
excludeStubProps : (brew)=>{
const propsToExclude = ['text', 'textBin', 'renderer', 'pageCount', 'version'];
const propsToExclude = ['text', 'textBin', 'renderer', 'pageCount'];
for (const prop of propsToExclude) {
brew[prop] = undefined;
}