mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 22:04:26 +00:00

PR-URL: https://github.com/nodejs/node/pull/18566 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
9 lines
254 B
JavaScript
9 lines
254 B
JavaScript
'use strict';
|
|
|
|
// This module exists entirely for regression testing purposes.
|
|
// See `test/parallel/test-internal-unicode.js`.
|
|
|
|
/* eslint-disable node-core/non-ascii-character */
|
|
module.exports = '✓';
|
|
/* eslint-enable node-core/non-ascii-character */
|