summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorIvan Vyshnevskyi <ivan@vyshnevskyi.com>2017-12-21 19:17:51 +0200
committerRick Waldron <waldron.rick@gmail.com>2017-12-21 16:40:03 -0500
commit77b60b191c878f5619ae118961921d1a8ecef2d1 (patch)
treea3eabd9f8952440bd35ff06d1bacfb857d7d8d2e /CONTRIBUTING.md
parent06aaef8ecdbc6f2b1cf28fd8022327bae9475b25 (diff)
downloadqtdeclarative-testsuites-77b60b191c878f5619ae118961921d1a8ecef2d1.tar.gz
Correct path to helper files directory in "contributing" docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c7bc0032e..3182422c2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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]