This commit is contained in:
n1474335 2023-03-24 22:33:43 +00:00
commit 0a0217cb66
No known key found for this signature in database
GPG key ID: D15457B7B4AF3F37
4 changed files with 122 additions and 0 deletions

View file

@ -133,6 +133,7 @@ import "./tests/Rabbit.mjs";
import "./tests/LevenshteinDistance.mjs";
import "./tests/SwapCase.mjs";
import "./tests/HKDF.mjs";
import "./tests/GenerateDeBruijnSequence.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";