Looking at PHP-Shindig, are there Javascript tests run? I can see tests in some features' directories, but I'm not sure how they are being run, or if they are only being executed by Java-shindig.
I did notice them mentioned in a pom.xml file, but I have no experience with Maven and I assume this is restricted to the Java version? I've looked through the php files test/gadgets/Js*.php, but those appear (to my non-php eyes) to be testing the pipeline for passing the javascripts through, rather than calling any javascript tests. Similarly, is there a standardised way to format/organise unit tests for additional features (given I have no experience or bias towards any javascript testing framework)? Thanks for any help, Tim Wintle

