From b94810650085041776f92ee318ad215ca6c43084 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:51:05 -0500 Subject: [PATCH] add dedent for Block tests --- tests/markdown/mustache-syntax.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/markdown/mustache-syntax.test.js b/tests/markdown/mustache-syntax.test.js index 6d249ebcb..5d76044b8 100644 --- a/tests/markdown/mustache-syntax.test.js +++ b/tests/markdown/mustache-syntax.test.js @@ -1,5 +1,6 @@ /* eslint-disable max-lines */ +const dedent = require('dedent-tabs').default; const Markdown = require('naturalcrit/markdown.js'); test('Renders a mustache span with text only', function() {