浏览代码

Added tests for all hashing operations

n1474335 7 年之前
父节点
当前提交
be07298741
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/index.js

+ 1 - 0
test/index.js

@@ -21,6 +21,7 @@ import "./tests/operations/Code.js";
 import "./tests/operations/Compress.js";
 import "./tests/operations/DateTime.js";
 import "./tests/operations/FlowControl.js";
+import "./tests/operations/Hash.js";
 import "./tests/operations/Image.js";
 import "./tests/operations/MorseCode.js";
 import "./tests/operations/MS.js";