In the example the ColorRenderer
overrides the BpmnRenderer
on certain elements. That is exactly what you’d want to do if you override / replace the default renderer.
You can spin up the tests via
npm run test:watch
and checkout the results at http://localhost:9876/debug.html (karma runner).