From b18539e453f6057600c57bcadebd30091661cb9e Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 31 May 2017 11:44:14 -0400 Subject: [PATCH] squash: address comments --- doc/guides/writing-tests.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md index ae0e3fdaec27a0..168227872c98ff 100644 --- a/doc/guides/writing-tests.md +++ b/doc/guides/writing-tests.md @@ -232,8 +232,8 @@ For performance considerations, we only use a selected subset of ES.Next features in JavaScript code in the `lib` directory. However, when writing tests, for the ease of backporting, it is encouraged to use those ES.Next features that can be used directly without a flag in [all maintained branches] -(https://github.com/nodejs/lts), [node.green](http://node.green) can be used -to check for all available features in each release. +(https://github.com/nodejs/lts). [node.green](http://node.green/) lists +available features in each release. For example: @@ -274,7 +274,7 @@ These imported tests will be wrapped like this: /* eslint-enable */ ``` -In order to improve tests that have been imported this way, please send +To improve tests that have been imported this way, please send a PR to the upstream project first. When the proposed change is merged in the upstream project, send another PR here to update Node.js accordingly. Be sure to update the hash in the URL following `WPT Refs:`.