From e525cfeaf56f68f329907c2efa3278427cc4e51b Mon Sep 17 00:00:00 2001 From: Thomas <31802793+ThomasNotTom@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:49:29 +0100 Subject: [PATCH] Include line break test --- tests/operations/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/operations/index.mjs b/tests/operations/index.mjs index f147e9e7..a1b4c2e2 100644 --- a/tests/operations/index.mjs +++ b/tests/operations/index.mjs @@ -100,6 +100,7 @@ import "./tests/JWTDecode.mjs"; import "./tests/JWTSign.mjs"; import "./tests/JWTVerify.mjs"; import "./tests/LevenshteinDistance.mjs"; +import "./tests/LineBreak.mjs"; import "./tests/Lorenz.mjs"; import "./tests/LS47.mjs"; import "./tests/LuhnChecksum.mjs";