fix: simplify language specific testing

Prevents multiple languages' challenges from being tested at once.
This commit is contained in:
Oliver Eyton-Williams
2020-08-13 17:05:52 +02:00
committed by Mrugesh Mohapatra
parent 45e4a770a2
commit 7055211959
6 changed files with 41 additions and 60 deletions

View File

@ -357,7 +357,7 @@ You are also able to test one challenge individually by performing the following
Once you have verified that each challenge you've worked on passes the tests, [please create a pull request](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/docs/how-to-open-a-pull-request.md).
> [!TIP]
> You can set the environment variable `TEST_CHALLENGES_FOR_LANGS` in the `.env` to the language of the challenge(s) you need to test.
> You can set the environment variable `LOCALE` in the `.env` to the language of the challenge(s) you need to test.
>
> The currently accepted values are `english` and `chinese`, with `english` being set by default.