Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Oct 11, 2023
1 parent 89f1873 commit 3d361f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ alice -> bob: hello
base_dir: fixturePath()
})
const encoded = encodeText(diagramText)
console.log({ html, file, diagramText, encoded })
expect(html).to.contain(`https://kroki.io/plantuml/svg/${encoded}`)
expect(html).to.contain('<div class="imageblock sequence kroki-format-svg kroki">')
})
Expand Down

0 comments on commit 3d361f2

Please sign in to comment.