summaryrefslogtreecommitdiff
path: root/lib/internal/test/unicode.js
blob: 7172a43ec20a8ae29f829794ade0acc7e469e58b (plain)
1
2
3
4
5
6
7
8
'use strict';

// This module exists entirely for regression testing purposes.
// See `test/parallel/test-internal-unicode.js`.

/* eslint-disable non-ascii-character */
module.exports = '✓';
/* eslint-enable non-ascii-character */