Add tests

This commit is contained in:
Andy Wang 2020-01-18 00:21:15 +00:00
parent 23956480b7
commit 55dddd3ef9
2 changed files with 102 additions and 0 deletions

View file

@ -45,6 +45,7 @@ import "./tests/Gzip.mjs";
import "./tests/Gunzip.mjs";
import "./tests/Hash.mjs";
import "./tests/HaversineDistance.mjs";
import "./tests/Hex.mjs";
import "./tests/Hexdump.mjs";
import "./tests/Image.mjs";
import "./tests/IndexOfCoincidence.mjs";