add to tests, fix test, fix a comma

This commit is contained in:
Ted Kruijff 2024-02-13 10:22:54 +01:00
parent 7a38504015
commit dc68b7d9bf
No known key found for this signature in database
GPG key ID: 638CAF1E28637972
3 changed files with 3 additions and 2 deletions

View file

@ -34,6 +34,7 @@ import "./tests/Bombe.mjs";
import "./tests/BSON.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CaesarBoxCipher.mjs";
import "./tests/CaretMdecode.mjs";
import "./tests/CartesianProduct.mjs";
import "./tests/CBORDecode.mjs";
import "./tests/CBOREncode.mjs";