mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Tweak camelcase function
This commit is contained in:
@@ -482,6 +482,6 @@ describe('Custom Math Function Tests', ()=>{
|
||||
it('Number to Words Test - Camelcase', function() {
|
||||
const source = `[a]: 80085\n\nWords: $[toWordsCamel(a)]`;
|
||||
const rendered = Markdown.render(source).trimReturns();
|
||||
expect(rendered).toBe('<p>Words: Eighty Thousand And Eighty-five</p>');
|
||||
expect(rendered).toBe('<p>Words: Eighty Thousand And Eighty-Five</p>');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user