From 774828823cf3264f918daa4dd9fcc495beb8bf14 Mon Sep 17 00:00:00 2001 From: sw5678 <151949597+sw5678@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:52:19 +0000 Subject: [PATCH] Adding RAKE test import back after merge conflict --- tests/operations/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/operations/index.mjs b/tests/operations/index.mjs index 98374650..0a8fe316 100644 --- a/tests/operations/index.mjs +++ b/tests/operations/index.mjs @@ -117,6 +117,7 @@ import "./tests/PHP.mjs"; import "./tests/PowerSet.mjs"; import "./tests/Protobuf.mjs"; import "./tests/Rabbit.mjs"; +import "./tests/RAKE.mjs"; import "./tests/Regex.mjs"; import "./tests/Register.mjs"; import "./tests/RisonEncodeDecode.mjs";