Skip to content

Commit 76c7587

Browse files
authored
Update render.test.js
remove console.
1 parent 5373eca commit 76c7587

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/render.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ describe('render', function () {
248248

249249
test('target for relative path', async function () {
250250
const output = window.marked("[alt text](/url ':target=_blank')");
251-
console.log(output);
252251

253252
expect(output).toMatchInlineSnapshot(
254253
`"<p><a href=\\"#/url\\" target=\\"_blank\\">alt text</a></p>"`

0 commit comments

Comments
 (0)