Skip to content

Commit b18539e

Browse files
committed
squash: address comments
1 parent ac6cdae commit b18539e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/guides/writing-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ For performance considerations, we only use a selected subset of ES.Next
232232
features in JavaScript code in the `lib` directory. However, when writing
233233
tests, for the ease of backporting, it is encouraged to use those ES.Next
234234
features that can be used directly without a flag in [all maintained branches]
235-
(https://github.com/nodejs/lts), [node.green](http://node.green) can be used
236-
to check for all available features in each release.
235+
(https://github.com/nodejs/lts). [node.green](http://node.green/) lists
236+
available features in each release.
237237

238238
For example:
239239

@@ -274,7 +274,7 @@ These imported tests will be wrapped like this:
274274
/* eslint-enable */
275275
```
276276

277-
In order to improve tests that have been imported this way, please send
277+
To improve tests that have been imported this way, please send
278278
a PR to the upstream project first. When the proposed change is merged in
279279
the upstream project, send another PR here to update Node.js accordingly.
280280
Be sure to update the hash in the URL following `WPT Refs:`.

0 commit comments

Comments
 (0)