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() {