Wrote some tests, fixed imports for node

This commit is contained in:
Matt 2019-03-14 13:37:11 +00:00
parent 768fef502d
commit 3ad5f889a0
8 changed files with 127 additions and 11 deletions

View file

@ -33,6 +33,7 @@ import "./tests/BitwiseOp";
import "./tests/ByteRepr";
import "./tests/CartesianProduct";
import "./tests/CharEnc";
import "./tests/Charts";
import "./tests/Checksum";
import "./tests/Ciphers";
import "./tests/Code";