Selaa lähdekoodia

Added tests for all hashing operations

n1474335 7 vuotta sitten
vanhempi
commit
be07298741
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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";