Add tests

This commit is contained in:
Dan Flack 2024-09-21 11:33:41 +02:00
parent b239435294
commit 3b3af16563
2 changed files with 136 additions and 0 deletions

View file

@ -139,6 +139,7 @@ import "./tests/SetIntersection.mjs";
import "./tests/SetUnion.mjs";
import "./tests/Shuffle.mjs";
import "./tests/SIGABA.mjs";
import "./tests/SM2.mjs";
import "./tests/SM4.mjs";
// import "./tests/SplitColourChannels.mjs"; // Cannot test operations that use the File type yet
import "./tests/StrUtils.mjs";