0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 11:02:38 +00:00

add dedent for Block tests

This commit is contained in:
Gazook89
2023-04-03 20:51:05 -05:00
parent 7000b911e7
commit b948106500

View File

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