Skip to content

Commit

Permalink
audit fix
Browse files Browse the repository at this point in the history
simplified tests so that they dont break everytime on server updates and opted for a visual examination of results to ensure that all is good (tmp html file).
  • Loading branch information
awaragi committed Apr 16, 2024
1 parent 5f36f70 commit 4d3a41d
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 313 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ The result is an image inserted (inline) in the generated html site (click to op
## Testing

Execute `yarn test` or `npm test` to execute integration tests against <plantuml.com/plantuml> live server

Test script will create an HTML file for visual inspection of generated content. The file is in a constant and by default
is /tmp/eleventy-plugin-plantuml-test.html. Simply open the file in your favorite browser and ensure that four diagrams
are present and look okay.
Loading

0 comments on commit 4d3a41d

Please sign in to comment.