Tell us about your environment
What did you do? Please include the actual source code causing the issue.
- Branched off of
master
- Ran
npm run updatetest
What did you expect to happen?
Since it's a newly created branch w/o any changes, nothing should be affected.
What actually happened? Please include the actual, raw output.
All PUML diagrams in test/functional/test_site/expected/diagrams are "updated".
Specifically, the size of the .png files is affected -
Tell us about your environment
What did you do? Please include the actual source code causing the issue.
masternpm run updatetestWhat did you expect to happen?
Since it's a newly created branch w/o any changes, nothing should be affected.
What actually happened? Please include the actual, raw output.
All PUML diagrams in
test/functional/test_site/expected/diagramsare "updated".Specifically, the size of the
.pngfiles is affected -before running
updatetest(onmasterbranch) -after running
updatetest(on the newly created branch) -