From 2f437e12eecdd8d357c3f4735fc856c6ac6f8292 Mon Sep 17 00:00:00 2001 From: Federico Date: Mon, 26 Aug 2024 19:28:08 +0700 Subject: [PATCH] Move test URL --- index.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.test.js b/index.test.js index c97903a..6c0f484 100644 --- a/index.test.js +++ b/index.test.js @@ -504,10 +504,6 @@ test('GitHub.com URLs', urlMatcherMacro, new Map([ 'https://github.com/fregante/shorten-repo-url/wiki/%22Can-you-add-this-feature%3F%22', 'Wiki: "Can you add this feature?"', ], - [ - 'https://example.site/한글로-된-URL', - 'example.site/한글로-된-URL', - ], ])); test('External URLs', urlMatcherMacro, new Map([ @@ -539,6 +535,10 @@ test('External URLs', urlMatcherMacro, new Map([ 'https://example.com/nodejs/node/blob/cc8fc46/.gitignore', 'example.com/nodejs/node/blob/cc8fc46/.gitignore', ], + [ + 'https://example.site/한글로-된-URL', + 'example.site/한글로-된-URL', + ], ])); test('applyToLink', t => {