浏览代码

Adding RAKE test import back after merge conflict

sw5678 1 年之前
父节点
当前提交
774828823c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/operations/index.mjs

+ 1 - 0
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";