Skip to content

Commit 69350ba

Browse files
committed
doc: update test section in CONTRIBUTING.md
test/simple no longer exists, tell contributors to add their tests to test/parallel. PR-URL: #1181 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 3c8ae2d commit 69350ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $ git rebase upstream/v1.x # or upstream/master
130130
### Step 5: Test
131131

132132
Bug fixes and features **should come with tests**. Add your tests in the
133-
test/simple/ directory. Look at other tests to see how they should be
133+
test/parallel/ directory. Look at other tests to see how they should be
134134
structured (license boilerplate, common includes, etc.).
135135

136136
```text
@@ -144,13 +144,13 @@ If you are updating tests and just want to run a single test to check it, you
144144
can use this syntax to run it exactly as the test harness would:
145145

146146
```text
147-
$ python tools/test.py -v --mode=release simple/test-stream2-transform
147+
$ python tools/test.py -v --mode=release parallel/test-stream2-transform
148148
```
149149

150150
You can run tests directly with node:
151151

152152
```text
153-
$ node ./test/simple/test-streams2-transform.js
153+
$ node ./test/parallel/test-streams2-transform.js
154154
```
155155

156156

0 commit comments

Comments
 (0)