The README says "JavaScript specific unit tests are available via the URL /store/tests/", but the page is blank, the factories directory store/js/factories/ doesn't exist and the console returns some errors:
The README further states "All unit tests for both JavaScript and PHP can be run from the terminal: grunt test, but the command only executes jshint and therefore no PHP unit tests.
Also the PHP unit tests are not available through grunt php-test and grunt js-test doesn't run Jasmine tests, but refers to jshint only.
According to the README "PHP specific unit tests are available with the phpunit command from the /api/ directory". But this results in an error:
/store/tests/
", but the page is blank, the factories directorystore/js/factories/
doesn't exist and the console returns some errors:grunt test
, but the command only executesjshint
and therefore no PHP unit tests.grunt php-test
andgrunt js-test
doesn't run Jasmine tests, but refers tojshint
only.phpunit
command from the/api/
directory". But this results in an error: