Quellcode durchsuchen

Added tests for all hashing operations

n1474335 vor 7 Jahren
Ursprung
Commit
be07298741
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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";