From 9c2d3be81d7f13967966c251e7b85483166dcaff Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 30 Aug 2024 03:07:31 +0200 Subject: [PATCH] Fix test --- src/Utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Utils.ts b/src/Utils.ts index 61d0c8427f..c3a2d11826 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -1823,7 +1823,6 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be } /** - * Utils.isEmoji("🍕") // => false * Utils.isEmojiFlag("🇧🇪") // => true */ public static isEmojiFlag(string: string) {