Remove test

This commit is contained in:
mgabdev 2020-05-12 19:09:59 -04:00
parent 79f310e844
commit e2beebbda2

@ -6,7 +6,6 @@ function padLeft(str, num) {
}
exports.unicodeToUnifiedName = (str) => {
if (!str) return '';
let output = '';
for (let i = 0; i < str.length; i += 2) {
if (i > 0) {