Link the tests into "npm run test"

This commit is contained in:
GCHQDeveloper581 2026-03-04 10:33:29 +00:00
parent 069fb0734d
commit 3e10d20fbf
No known key found for this signature in database
GPG key ID: 6222E059A3DF595C

View file

@ -139,6 +139,7 @@ import "./tests/Rabbit.mjs";
import "./tests/RAKE.mjs";
import "./tests/Regex.mjs";
import "./tests/Register.mjs";
import "./tests/RemoveANSIEscapeCodes.mjs";
import "./tests/RisonEncodeDecode.mjs";
import "./tests/Rotate.mjs";
import "./tests/RSA.mjs";