node/lib/internal/test/unicode.js
Gus Caplan 6934792eb3 lint: move eslint to new plugin system
PR-URL: https://github.com/nodejs/node/pull/18566
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
2018-02-20 13:13:22 -06:00

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 */