mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
When the render function is run now, it uses the partial_finder function to search recursively through files for partials and add them so that test writers don’t have to. This means that we no longer have to do any manual work to maintain the templates.js check that all handlebars templates are rendered by the node tests.