You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented the suggested tests from pull request #12 in the branch hardcore.
It failed 5 of the npm unit tests and had a hickup in the yeoman script.
Command that triggered the tests (where $PWD is the root of the distributions repo):
docker run -dv ${PWD}:/test hardcore /test/hardcore
Here is the Dockerfile used to generate the hardcore container. Here is the new test script. Here is the result of running the new test script in the hardcore container.
(also note the script is generating markdown 😄)
The text was updated successfully, but these errors were encountered:
Implemented the suggested tests from pull request #12 in the branch hardcore.
It failed 5 of the npm unit tests and had a hickup in the yeoman script.
Command that triggered the tests (where
$PWD
is the root of the distributions repo):docker run -dv ${PWD}:/test hardcore /test/hardcore
Here is the Dockerfile used to generate the hardcore container.
Here is the new test script.
Here is the result of running the new test script in the hardcore container.
(also note the script is generating markdown 😄)
The text was updated successfully, but these errors were encountered: