Closed sjmcdowall closed 6 years ago
@sjmcdowall thanks for this! I'm about to test whether the issue you found it indeed a bug.
@sjmcdowall the issue is indeed a bug as it's expected that message routes require the colon separator. I can understand how this hasn't been caught in practice since the use of the segment path is documented as a requirement.
Added unit tests for umfMessage as a base line. They could be more involved but at least its a start.
@cjus -- Note while writing the tests I believe I noticed two bugs in the actual umfmessage.js code .. so please pay specific attention to that code changes I made and confirm my interpretation of what should be going on is right.
Also -- not sure what to keep doing about that packages-lock.json file .. ??