diff --git a/test/common/README.md b/test/common/README.md index 3e1e1bbe9c96af..785b7c977d32a6 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -106,6 +106,11 @@ Checks for 'openssl'. Checks `hasCrypto` and `crypto` with fips. +### hasIntl +* return [<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) + +Checks if [internationalization] is supported. + ### hasIPv6 * return [<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) @@ -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