The Docker image for automatically run tests on JavaScript solutions submitted to exercism.
To run a solution's tests, do the following:
- Open termnial in project's root
- Run
./run.sh <exercise-slug> <path-to-solution-folder>
This script is provided for testing purposes
To run a solution's test in the Docker container, do the following:
- Open terminal in project's root
- Run
./run-in-docker.sh <exercise-slug> <relative-path-to-solution-folder>
The package.json
needs to be in-sync with the javascript
track package.json
.
- The output format of the tests still does not conform to the exercism automated tests standard.