Skip to content

Commit 61714ac

Browse files
danbevaddaleax
authored andcommitted
doc: add hasIntl to test/common/README.md
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]>
1 parent ff568d4 commit 61714ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/common/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ Checks for 'openssl'.
106106

107107
Checks `hasCrypto` and `crypto` with fips.
108108

109+
### hasIntl
110+
* return [&lt;Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type)
111+
112+
Checks if [internationalization] is supported.
113+
109114
### hasIPv6
110115
* return [&lt;Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type)
111116

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

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

0 commit comments

Comments
 (0)