Add tests

This commit is contained in:
clubby789 2020-08-01 13:15:06 +01:00
parent e019ba6ee0
commit 4986f16478
2 changed files with 35 additions and 0 deletions

View file

@ -25,6 +25,7 @@ import "./tests/Base64.mjs";
import "./tests/Base62.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/BytesLong.mjs";
import "./tests/CartesianProduct.mjs";
import "./tests/CharEnc.mjs";
import "./tests/ChangeIPFormat.mjs";