Skip to content

tejasbubane/javascript-test-runner

 
 

Repository files navigation

Exercism JavaScript Test Runner

The Docker image for automatically run tests on JavaScript solutions submitted to exercism.

Running the Tests

To run a solution's tests, do the following:

  1. Open termnial in project's root
  2. Run ./run.sh <exercise-slug> <path-to-solution-folder>

Running the Tests in Docker container

This script is provided for testing purposes

To run a solution's test in the Docker container, do the following:

  1. Open terminal in project's root
  2. Run ./run-in-docker.sh <exercise-slug> <relative-path-to-solution-folder>

Maintaining

The package.json needs to be in-sync with the javascript track package.json.

Known issues

About

No description, website, or topics provided.

Resources

License

MIT, AGPL-3.0 licenses found

Licenses found

MIT
LICENCE
AGPL-3.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.3%
  • Shell 6.8%
  • Dockerfile 3.0%
  • JavaScript 0.9%