From be0729874131b7a0273f8c389af3f3a12e2bb103 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 14 Sep 2017 14:54:56 +0000 Subject: [PATCH] Added tests for all hashing operations --- test/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/index.js b/test/index.js index 9d9824d6..773a5b14 100644 --- a/test/index.js +++ b/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";