Skip to content

Commit

Permalink
Delete wallaby debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed May 6, 2024
1 parent ef01298 commit 8b67234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var htmlFromMarkdown = function (source) {
* @param {string} html
*/
var assertParsesToReact = function (source: string, html: string) {
var actualHtml = htmlFromReactMarkdown(source); // ?
var actualHtml = htmlFromReactMarkdown(source);
assert.strictEqual(actualHtml, html);
};

Expand Down

0 comments on commit 8b67234

Please sign in to comment.