From 8aa060337cea2bb8fce7864d509d07df4688f1c2 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 14 Mar 2022 22:32:08 -0400 Subject: 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 --- test/test-anki-note-builder.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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' -- cgit v1.2.3