Skip to content

Commit

Permalink
doc: add hasIntl to test/common/README.md
Browse files Browse the repository at this point in the history
Commit d7e4ae1
("test: add common.hasIntl") added common.hasIntl but I was not able to
find it in the README.md so this commit adds it.

PR-URL: #13699
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
danbev authored and addaleax committed Jun 21, 2017
1 parent ff568d4 commit 61714ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ Checks for 'openssl'.

Checks `hasCrypto` and `crypto` with fips.

### hasIntl
* return [&lt;Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type)

Checks if [internationalization] is supported.

### hasIPv6
* return [&lt;Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type)

Expand Down Expand Up @@ -322,3 +327,4 @@ implementation with tests from
[W3C Web Platform Tests](https://github.com/w3c/web-platform-tests).

[MDN-Function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Normal_objects_and_functions
[internationalization]: https://github.com/nodejs/node/wiki/Intl

0 comments on commit 61714ac

Please sign in to comment.