Skip to content

Elevationacademy/jest-test-runner

Repository files navigation

Instructions

  1. Put the tests inside .hg folder in the exercises repo.
  2. Add .hg to the .gitignore.
  3. Use npm run update to update the tests in the remote repository of all of the tests. It will be commited using a default commit message. If you want to add your custom message, run the command just like that:
    npm run update -- -m "commit message"
  4. In the lesson repository, add the following to the scripts:
    "tests": "tests",
    "update": "update"

Running tests in band

In order to run tests in band (One by one), change the scripts to:

  1. "test-silent": "jest --runInBand || exit 0"
  2. "tests": "tests --runInBand"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published