Correct path to helper files directory in "contributing" docs

This commit is contained in:
Ivan Vyshnevskyi 2017-12-21 19:17:51 +02:00 committed by Rick Waldron
parent 06aaef8ecd
commit 77b60b191c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ When writing a new test for a Stage 3+ spec not yet published on the draft, the
This tag names a list of helper files that will be included in the test environment prior to running the test. Filenames **must** include the `.js` extension.
The helper files are found in the `test/harness/` directory. When some code is used repeatedly across a group of tests, a new helper function (or group of helpers) can be defined. Helpers increase test complexity, so they should be created and used sparingly.
The helper files are found in the `harness/` directory. When some code is used repeatedly across a group of tests, a new helper function (or group of helpers) can be defined. Helpers increase test complexity, so they should be created and used sparingly.
#### timeout
**timeout**: [integer]