diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-03-14 22:32:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 22:32:08 -0400 |
commit | 8aa060337cea2bb8fce7864d509d07df4688f1c2 (patch) | |
tree | 7bd73b2328c84cd537f010a5bb6d7ddb269e2545 /test | |
parent | 4e15f923297599869e9d695940c9c56d81b0307d (diff) |
AnkiTemplateRendererContentManager (#2088)
* Make function private
* Update comments
* Refactor the content manager that is provided to StructuredContentGenerator in AnkiTemplateRenderer
* Update function to not be async, for API parity
Diffstat (limited to 'test')
-rw-r--r-- | test/test-anki-note-builder.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-anki-note-builder.js b/test/test-anki-note-builder.js index c228cf92..3da67955 100644 --- a/test/test-anki-note-builder.js +++ b/test/test-anki-note-builder.js @@ -47,6 +47,7 @@ async function createVM() { 'js/display/sandbox/pronunciation-generator.js', 'js/display/sandbox/structured-content-generator.js', 'js/templates/sandbox/anki-template-renderer.js', + 'js/templates/sandbox/anki-template-renderer-content-manager.js', 'js/templates/sandbox/template-renderer.js', 'js/templates/sandbox/template-renderer-media-provider.js', 'lib/handlebars.min.js' |