This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Description
Need to find a good way to test the JavaScript files.
Initial thoughts were to use Jest, but considering that this uses Node and not Maven, it may not be a good long-term option.
Another finding was Jasmine, but this seems to be either much more complex than needed or not quite what is needed.
shaquilleh@ also found a way to test JS without a framework, this seems promising but needs more investigation.