This commit is contained in:
n1474335 2022-07-08 14:55:20 +01:00
commit f751de896f
5 changed files with 87 additions and 4 deletions

View file

@ -24,6 +24,7 @@ import "./tests/Base45.mjs";
import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";
import "./tests/Base85.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";